GitHunt
NA

procjack

PoC of injecting code into a running Linux process.
Spawns a new thread to host the injected code.

Example

This will inject shellcode, contained in the count binary, into a running process 'dummy'.

$ cd src
$ make
$ ./dummy &
$ ./inject -p $(pidof dummy) -f ./count

Quick-n-dirty command to verify that a process is running multiple threads

$ ps -eLF | head -1; ps -eLF | grep -i dummy

Dependencies

  • Capstone (apt-get install libcapstone3 libcapstone-dev)

Languages

C93.2%Assembly4.6%Makefile2.2%

Contributors

MIT License
Created January 31, 2018
Updated November 24, 2023