Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/droberson/papa-shango

ptrace injection
https://github.com/droberson/papa-shango

Last synced: 25 days ago
JSON representation

ptrace injection

Awesome Lists containing this project

README

        

# papa-shango
Force Linux processes to enter the dark world of Papa Shango.

https://www.youtube.com/watch?v=hZSAzWvFpoE

## usage
You must write your payloads in assembler. NULL bytes do not matter for this.

```
make
cat papa-shango shellcode > payload
chmod +x payload
./payload
```

This will use ptrace() to inject shellcode into a running process.