Inject Shellcode

Some features are not yet released and are currently in development.

Description

With the inject module, you can test a shellcode by directly inject it to a process.

Injecting is only available for Windows

Command

python shencode.py inject [-h] [-i INPUT] [-p PROCESS] [-r] [-s] [-v]

  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input file for process injection
  -p PROCESS, --process PROCESS
                        Processname to inject the shellcode
  -r, --resume-thread   Start thread suspended and resume after speciefied time
  -s, --start           If not active, start the process before injection
  -v, --virtual-protect
                        Deny access on memory for a specified time

Resources