Nytro Posted January 27, 2013 Report Posted January 27, 2013 [h=1]DLL injector that inject DLL into Internet Explorer[/h]Started By zwclose7, Dec 17 2012 01:14 PM[h=3]zwclose7 IE Injector (ieinj) allow you to inject any DLLs into Internet Explorer (iexplore.exe). The process only serves as a host for the DLL and the origial code of Internet Explorer is not executed.[/h]Usage:ieinj [DLL path]The steps of DLL injection:1) Read the DLL path form the command line.2) Search for the Internet Explorer executable file (iexplore.exe) from Program Files folder.3) Start the Internet Explorer.4) Write the DLL path into target process's memory.5) Create a remote thread to load the DLL.6) The injected DLL will execute it code from the DllMain function.7) Terminate the primary thread of Internet Explorer so the origial code of the IE is not executed.8) The injected DLL can create a new thread to execute it code. The code will execute within the Internet Explorer.http://www.youtube.com/watch?v=dm0gGmjmKOc&feature=player_embeddedNote: Your DLL must have the DllMain function to execute code or the process will exit after the injection.This tool is useful for bypassing firewalls since Internet Explorer is allowed to access network by most firewalls.This tool is also useful for injecting virus DLLs into Internet Explorer.The file dll.dll is an example DLL to test the injector. The DLL will display a message box when it is loaded into a process.Download herehttp://www.rohitab.com/discuss/index.php?app=core&module=attach§ion=attach&attach_id=3745Sursa: DLL injector that inject DLL into Internet Explorer - rohitab.com - Forums Quote
alien Posted January 27, 2013 Report Posted January 27, 2013 Da e detectat de AV Oricum interesant! Quote