Skip to content

Manual map shellcode (aka byte array) injector

License

Notifications You must be signed in to change notification settings

Wolf49406/ShellJector

Repository files navigation

ShellJector (v2.0)

Manual map shellcode (aka byte array) injector wich can download DLL from the internet by URL
Also take a look at local version!

MSBuild

How to Build:

  • Open ShellJector.sln -> main.cpp;
  • Set ProcName and DllURL;
  • Build;

Usage:

  • Go to \ShellJector\Build;
    • OR just download the Latest Release;
    • Set launch arguments (down below);
  • Open Target Process;
  • Open ShellJector.exe;

Arguments:

You can set ProcName and DllURL with -proc and -url arguments
(ex: ShellJector.exe -proc explorer.exe -url "https://example.com/Payload.dll")
Arguments are case sensitive!

Notice:

ShellJector.exe will look for Payload.dll near itself!

Stargazers over time

Stargazers over time