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.
450 stars
13 watching
97 forks
Language: C#
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of Windows System Calls in C# to bypass anti-malware detection and inject a meterpreter shell. | 107 |
| A tool that enables remote process shellcode execution using the Early Bird injection technique | 267 |
| A tool for loading and executing shellcode in compiled binaries | 640 |
| A tool for encoding and compiling shellcode into an executable file with anti-sandbox features. | 523 |
| A toolset for creating and deploying malicious shellcode in Windows systems | 413 |
| A tool to inject arbitrary code into a live Linux process without using ptrace | 774 |
| A collection of proof-of-concept code and potential targets for exploiting vulnerabilities in shellshock | 887 |
| A tool for generating and injecting malicious shellcode into a target binary on Windows. | 997 |
| An interactive tool for crafting and disassembling shellcodes | 893 |
| A collection of Windows process injection methods implemented in C. | 647 |
| Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it. | 823 |
| An OS command injection detection and exploitation tool that provides methodologies and software for identifying and exploiting vulnerabilities in applications. | 106 |
| A tool that generates and embeds malicious shellcode in JavaScript to evade detection by antivirus software and ensure persistence after installation. | 357 |
| A tool for creating shellcode bypasses of antivirus software | 823 |
| A guide to help developers understand and mitigate the security risks of prompt injection in AI-powered applications and features. | 376 |