TikiTorch
Process injector
A tool for injecting shellcode into processes on Windows using process injection techniques
Process Injection
753 stars
30 watching
139 forks
Language: C#
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
3xpl01tc0d3r/processinjection | A tool that demonstrates various process injection techniques using C#. | 1,087 |
droberson/papa-shango | An assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior. | 5 |
elfmaster/saruman | A tool for injecting full dynamic executables into process images with thread injection | 128 |
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 485 |
apokryptein/secinject | A tool for injecting malicious code into processes using native APIs and memory section mapping. | 88 |
rentzsch/mach_inject | Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it. | 823 |
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 646 |
rasta-mouse/ppenum | A tool to determine the protection level of a process using a simple Binary Object Formatter (BOF) approach. | 111 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
eusth/ipa | A tool that injects code into Unity projects to modify their behavior | 283 |
mdsecactivebreach/cactustorch | A tool for generating and injecting malicious shellcode into a target binary on Windows. | 997 |
rodionovd/task_vaccine | A C-based library that enables code injection into macOS processes by creating a new thread and executing a specific function within the process | 54 |
hasherezade/process_doppelganging | An implementation of a malware injection technique using PE injection to create and control malicious processes | 581 |
rasta-mouse/aggressor-script | A collection of custom PowerShell scripts designed to aid in the exploitation and persistence of compromised systems | 171 |
kpcyrd/rshijack | A tool that hijacks TCP connections by injecting packets into existing connections to intercept data | 480 |