Jump to content
Nytro

DLL injector that inject DLL into Internet Explorer

Recommended Posts

[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_embedded

Note: 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 here

http://www.rohitab.com/discuss/index.php?app=core&module=attach&section=attach&attach_id=3745

Sursa: DLL injector that inject DLL into Internet Explorer - rohitab.com - Forums

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...