https://github.com/droberson/papa-shango
ptrace injection
https://github.com/droberson/papa-shango
Last synced: about 1 year ago
JSON representation
ptrace injection
- Host: GitHub
- URL: https://github.com/droberson/papa-shango
- Owner: droberson
- Created: 2019-08-30T17:10:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T17:11:52.000Z (over 6 years ago)
- Last Synced: 2024-11-18T05:38:37.427Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-anti-forensic - Papa Shango
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.