Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droberson/papa-shango
ptrace injection
https://github.com/droberson/papa-shango
Last synced: 25 days ago
JSON representation
ptrace injection
- Host: GitHub
- URL: https://github.com/droberson/papa-shango
- Owner: droberson
- Created: 2019-08-30T17:10:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T17:11:52.000Z (over 5 years ago)
- Last Synced: 2024-08-03T22:04:19.913Z (4 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 3
- 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.