NtInject Shellcode
Description
NtInjection
is only available for Windows
The same as injection
but with native function calls.
Command
shencode inject ntinjection [-h] [-i INPUT] [-p PROCESS] [-s]
options:
-h, --help show this help message and exit
-i, --input Input file for process injection
-p, --process Processname to inject the shellcode
additional:
-s, --start-process If not active, start the process before injection
JSON Parameter
Arguments | Values | Type |
---|---|---|
input | filename | str |
process | filename | str |
start_process | true, false | bool |