awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesPolymorphic Payload Generators

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.

Awesome Polymorphic Payload Generators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Ver en GitHub↗

    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.

    Ver en GitHub↗6,030
  • skerkour/black-hat-rustAvatar de skerkour

    skerkour/black-hat-rust

    4,353Ver en GitHub↗

    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.

    Rustauditbeaconbug-bounty
    Ver en GitHub↗4,353
  • veil-framework/veilAvatar de Veil-Framework

    Veil-Framework/Veil

    4,199Ver en GitHub↗

    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.

    Pythonantivirusevasionveil
    Ver en GitHub↗4,199
  1. Home
  2. Operating Systems & Systems Programming
  3. Assembly Injection Interfaces
  4. Shellcode Generators
  5. Polymorphic Payload Generators

Explorar subetiquetas

  • Binary WrappersLanguage-specific executable wrappers used to embed and execute shellcode. **Distinct from Polymorphic Payload Generators:** Focuses on the binary wrapper surrounding the shellcode, rather than the structural variation of the shellcode itself.
  • Standalone Shellcode GeneratorsTools that produce minimal machine code payloads designed to execute without standard library dependencies. **Distinct from Polymorphic Payload Generators:** Unlike polymorphic generators which focus on evasion, this focuses on the creation of standalone, minimal-dependency machine code.