3 repository-uri
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.
Acest proiect este un toolkit de securitate ofensivă și un framework de dezvoltare pentru crearea de malware sigur pentru memorie, scanere de rețea și generatoare de payload-uri. Oferă o abordare structurată pentru dezvoltarea de exploit-uri, shellcode și instrumente de acces la distanță. Framework-ul se distinge prin utilizarea mediilor fără biblioteci standard (no-standard-library) pentru a genera cod mașină și shellcode minimal, standalone. De asemenea, suportă compilarea logicii de înaltă performanță în WebAssembly pentru crearea de interfețe web înșelătoare utilizate în ingineria socială. Ariile de capabilități acoperă descoperirea automată a vulnerabilităților prin fuzzing, maparea suprafeței de rețea multi-threaded și asincronă și dezvoltarea de viermi auto-propagatori. Toolkit-ul include, de asemenea, implementări pentru canale de comunicare criptate end-to-end pentru a securiza traficul între implanturile la distanță și serverele de comandă, alături de compilarea binară cross-platform pentru mai multe sisteme de operare.
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.