https://github.com/farinap5/linux-injection
My collection of research and tools on post-exploitation and evasion against linux environments.
https://github.com/farinap5/linux-injection
Last synced: 14 days ago
JSON representation
My collection of research and tools on post-exploitation and evasion against linux environments.
- Host: GitHub
- URL: https://github.com/farinap5/linux-injection
- Owner: farinap5
- Created: 2023-07-07T00:42:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T04:00:27.000Z (about 1 year ago)
- Last Synced: 2025-03-26T18:21:20.177Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LINUX INJECTION
### Process Injection
Some `ptrace` based process injection techniques for executables, shellcode or shared library injection to a running process.
### Reflection Loading
Some attempts to reproduce loading by reflection in Linux.