Shellcode-Injection-Techniques
Shellcode injection library
A collection of C# techniques for injecting malicious shellcode into processes
A collection of C# shellcode injection techniques. All techniques use an AES encrypted meterpreter payload. I will be building this project up as I learn, discover or develop more techniques. Some techniques are better than others at bypassing AV.
447 stars
13 watching
96 forks
Language: C#
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
plackyhacker/sys-calls | An implementation of Windows System Calls in C# to bypass anti-malware detection and inject a meterpreter shell. | 107 |
boku7/hollow | A tool that enables remote process shellcode execution using the Early Bird injection technique | 266 |
aeverj/nimshellcodeloader | A tool for loading and executing shellcode in Windows using Nim programming language | 619 |
hzllaga/shellcodeloader | A tool for encoding and compiling shellcode into an executable file with anti-sandbox features. | 523 |
axx8/shellcode_loader | A toolset for creating and deploying malicious shellcode in Windows systems | 412 |
davidbuchanan314/dlinject | A tool to inject arbitrary code into a live Linux process without using ptrace | 775 |
mubix/shellshocker-pocs | A collection of proof-of-concept code and potential targets for exploiting vulnerabilities in shellshock | 887 |
mdsecactivebreach/cactustorch | A tool for generating and injecting malicious shellcode into a target binary on Windows. | 995 |
merrychap/shellen | An interactive tool for crafting and disassembling shellcodes | 891 |
suvllian/process-inject | A collection of Windows process injection methods implemented in C. | 644 |
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. | 818 |
portswigger/command-injection-attacker | An OS command injection detection and exploitation tool that provides methodologies and software for identifying and exploiting vulnerabilities in applications. | 107 |
hzllaga/jsloader | A tool that generates and embeds malicious shellcode in JavaScript to evade detection by antivirus software and ensure persistence after installation. | 357 |
pizz33/gobypassav-shellcode | A tool for creating shellcode bypasses of antivirus software | 816 |
jthack/pipe | A guide to help developers understand and mitigate the security risks of prompt injection in AI-powered applications and features. | 359 |