3 repositorios
Tools that produce functionally identical but structurally varied shellcode to evade signature-based detection.
Distinct from Shellcode Generators: Distinct from Shellcode Generators: adds structural variation to evade antivirus signatures, not just raw payload generation.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Polymorphic Payload Generators. Refine with filters or upvote what's useful.
CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom
Teaches generating polymorphic shellcode to bypass signature-based antivirus, a key evasion technique.
Este proyecto es un kit de herramientas de seguridad ofensiva y un framework de desarrollo para crear malware seguro en memoria, escáneres de red y generadores de payloads. Proporciona un enfoque estructurado para desarrollar exploits, shellcode y herramientas de acceso remoto. El framework se distingue por el uso de entornos sin biblioteca estándar (no-standard-library) para generar código máquina y shellcode independientes y mínimos. También admite la compilación de lógica de alto rendimiento en WebAssembly para la creación de interfaces web engañosas utilizadas en ingeniería social. Las áreas de capacidad cubren el descubrimiento automatizado de vulnerabilidades mediante fuzzing, mapeo de superficies de red multihilo y asíncrono, y el desarrollo de gusanos autopropagables. El kit de herramientas también incluye implementaciones para canales de comunicación cifrados de extremo a extremo para asegurar el tráfico entre implantes remotos y servidores de comando, junto con la compilación de binarios multiplataforma para diversos sistemas operativos.
Generates minimal standalone machine code and shellcode by utilizing no-standard-library environments.
Veil is a payload generation framework and a suite of tools designed to automate the creation of obfuscated binaries and encoded shellcode. It functions as an anti-virus evasion tool that transforms binary code to bypass security scanners and endpoint detection software. The framework utilizes multi-language payload generation, employing various programming language compilers to create executables that evade signature-based detection. It includes an evasive shellcode encoder to remove forbidden characters and apply obfuscation techniques to hide payload logic. The project covers the generati
Produces executable files by combining shellcode with language-specific wrappers for direct system execution.