Skip to content

Yyax13/proc_injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Injection in Linux using PTRACE

This repo contains a PoC of process injection in Linux using PTRACE (ptrace.h). The shellcode is from this repo and it's a simple execve shellcode that spawns a /bin/sh shell.

Usage

To compile the code, run:

make build

We also provide a dummy target binary to test the injection. You can compile it with:

make dummy

To run the injection, use:

sudo ./proc_inj <pid>

Paper

You can read the full paper about this project in paper.md.

About

Proccess injection in Linux-based OS using PTRACE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published