awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
oddcod3 avatar

oddcod3/Phantom-EvasionArchived

0
View on GitHub↗
1,449 estrellas·342 forks·Python·gpl-3.0·1 vista

Phantom Evasion

Phantom-Evasion es un framework de investigación de seguridad diseñado para generar payloads ofuscados y automatizar tareas de post-explotación durante evaluaciones de seguridad autorizadas. Proporciona un conjunto de utilidades para crear ejecutables y bibliotecas personalizados destinados a probar la eficacia de los sistemas de detección de antivirus y seguridad de endpoints.

El framework destaca por su enfoque en operaciones residentes en memoria, permitiendo la ejecución de binarios cifrados y shellcode directamente dentro de la memoria del sistema. Al utilizar técnicas como la inyección de código basura, el cifrado de payloads y la obtención remota de recursos, minimiza la huella forense en una máquina objetivo y evita la dependencia del almacenamiento en disco.

Más allá de la generación de payloads, la herramienta incluye capacidades para mantener el acceso al sistema a largo plazo mediante la configuración de claves de registro, tareas programadas y servicios en segundo plano. También admite operaciones sigilosas inyectando shellcode en procesos legítimos del sistema y automatizando tareas administrativas, como la gestión de controladores de registro de seguridad y la memoria de procesos, para facilitar escenarios de pruebas de penetración controladas.

Features

  • Memory-Only Execution - Provides a framework for fetching and loading encrypted binaries directly into system memory to avoid writing files to the local disk.
  • In-Memory Payload Execution - Loads encrypted binaries directly into process memory to bypass disk-based security scanning and forensic file analysis.
  • Red Team Workflow Automations - Automates administrative tasks and maintains stealthy access on a compromised system during authorized security assessments.
  • Obfuscation Junk Code Injection - Inserts non-functional instructions into the executable structure to alter file signatures and evade static pattern-based detection.
  • Registry Persistence - Establishes system persistence by generating payloads that maintain access to a target machine through registry keys, scheduled tasks, or background services.
  • Security Persistence Managers - Establishes long-term access to a target machine by configuring background services and registry modifications for authorized security testing scenarios.
  • Encrypted Shellcode Injection - Performs process shellcode injection by executing custom shellcode within local or remote processes using memory allocation and execution techniques.
  • Shellcode Injection Wrappers - Injects and executes custom shellcode within local or remote processes to maintain stealth during security operations.
  • Process Space Injection - Executes custom shellcode within the memory space of legitimate system processes to maintain stealth and evade detection.
  • Payload Obfuscators - Applies encryption and polymorphic transformations to executable code at generation time to prevent signature-based antivirus identification.
  • Post-Exploitation Toolkits - Automates post-exploitation tasks, including dumping process memory, hiding files, and disabling security logging drivers.
  • Memory-Resident Remote Execution - Enables remote execution by fetching and loading encrypted executables or libraries directly into memory from a remote source.
  • Post-Exploitation Tools - Executes administrative tasks and maintains system persistence on compromised machines through memory-resident operations.
  • Security Payload Generators - Creates custom executable files and libraries with obfuscation techniques to test the effectiveness of antivirus and endpoint security detection systems.
  • Persistence Orchestrators - Modifies operating system configuration hooks like registry keys and scheduled tasks to ensure automatic re-execution after system reboots.

Historial de estrellas

Gráfico del historial de estrellas de oddcod3/phantom-evasionGráfico del historial de estrellas de oddcod3/phantom-evasion

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Phantom Evasion

Proyectos open-source similares, clasificados según cuántas características comparten con Phantom Evasion.
  • samratashok/nishangAvatar de samratashok

    samratashok/nishang

    9,951Ver en GitHub↗

    Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows targets. It functions as a post-exploitation toolkit and payload generator to automate attacks and manage remote targets. The project provides specialized capabilities for bypassing security controls, such as disabling the Antimalware Scan Interface and employing in-memory execution to avoid disk-based detection. It includes a variety of stealthy command and control mechanisms, utilizing non-standard channels like DNS TXT records, ICMP traffic, and webmail for communication a

    PowerShellactivedirectoryhackinginfosec
    Ver en GitHub↗9,951
  • trickster0/offensiverustAvatar de trickster0

    trickster0/OffensiveRust

    2,984Ver en GitHub↗

    OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and post-exploitation library, providing a collection of offensive security primitives and a Windows API wrapper for interacting with low-level system functions and undocumented APIs. The project focuses on bypassing security software through direct system calls, memory obfuscation, and stealthy payload execution. It implements techniques to defeat static binary analysis via compile-time string encryption and payload obfuscation, while avoiding detection using parent process ID s

    Rust
    Ver en GitHub↗2,984
  • zer0yu/awesome-cobaltstrikeAvatar de zer0yu

    zer0yu/Awesome-CobaltStrike

    4,419Ver en GitHub↗

    This project is a curated collection of tools, scripts, and technical guides designed to enhance offensive security operations using Cobalt Strike. It serves as a resource hub for managing command and control infrastructure and deploying security engagements. The collection includes toolkits for evading endpoint detection and response systems, alongside libraries for automating red team tasks such as reconnaissance and host enumeration. It provides resources for developing post-exploitation frameworks, specifically focusing on the creation of reflective libraries and memory-resident code. Th

    Ver en GitHub↗4,419
  • bishopfox/sliverAvatar de BishopFox

    BishopFox/sliver

    10,707Ver en GitHub↗

    Sliver is a command and control framework designed for adversary emulation and security assessment operations. It provides a centralized platform for managing remote systems, enabling security professionals to coordinate multi-operator sessions and maintain persistent, secure communication channels across diverse network environments. The framework distinguishes itself through its focus on stealth and infrastructure flexibility. It utilizes dynamic payload obfuscation to generate unique binaries and supports in-memory execution to minimize disk artifacts. Communication is secured through mutu

    Goadversarial-attacksadversary-simulationc2
    Ver en GitHub↗10,707
Ver las 30 alternativas a Phantom Evasion→

Colecciones destacadas con Phantom Evasion

Colecciones seleccionadas manualmente donde aparece Phantom Evasion.
  • Muestras para análisis de malware

Preguntas frecuentes

¿Qué hace oddcod3/phantom-evasion?

Phantom-Evasion es un framework de investigación de seguridad diseñado para generar payloads ofuscados y automatizar tareas de post-explotación durante evaluaciones de seguridad autorizadas. Proporciona un conjunto de utilidades para crear ejecutables y bibliotecas personalizados destinados a probar la eficacia de los sistemas de detección de antivirus y seguridad de endpoints.

¿Cuáles son las características principales de oddcod3/phantom-evasion?

Las características principales de oddcod3/phantom-evasion son: Memory-Only Execution, In-Memory Payload Execution, Red Team Workflow Automations, Obfuscation Junk Code Injection, Registry Persistence, Security Persistence Managers, Encrypted Shellcode Injection, Shellcode Injection Wrappers.

¿Qué alternativas de código abierto existen para oddcod3/phantom-evasion?

Las alternativas de código abierto para oddcod3/phantom-evasion incluyen: samratashok/nishang — Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows… trickster0/offensiverust — OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and… zer0yu/awesome-cobaltstrike — This project is a curated collection of tools, scripts, and technical guides designed to enhance offensive security… bishopfox/sliver — Sliver is a command and control framework designed for adversary emulation and security assessment operations. It… hackerschoice/thc-tips-tricks-hacks-cheat-sheet — This project is a comprehensive command-line reference and toolkit designed for Linux system administration and… lolbas-project/lolbas — LOLBAS is a curated database and knowledge base of signed Windows binaries that can be misused to bypass security…