awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Veil-Framework avatar

Veil-Framework/Veil-EvasionArchived

0
View on GitHub↗
1,838 Stars·676 Forks·Python·3 Aufrufegithub.com/Veil-Framework/Veil↗

Veil Evasion

Veil-Evasion ist ein Framework zur Generierung benutzerdefinierter ausführbarer Dateien für den Test von Verteidigungssystemen. Es fungiert als Sicherheitstest-Utility, das Muster simuliert, die bei autorisierten Penetrationstests verwendet werden, um Sicherheitssoftware zu umgehen.

Die Plattform zeichnet sich durch ein modulares Build-System aus, das Skripte in eigenständige native Binärdateien umwandelt und so eine konsistente Ausführung auf verschiedenen Betriebssystemen ohne externe Abhängigkeiten sicherstellt. Sie nutzt Template-basierte Source-Injection, um diese Payloads zu konstruieren, was die dynamische Konfiguration ausführbarer Dateien während des Build-Prozesses ermöglicht.

Das Framework enthält ein RPC-Interface (Remote Procedure Call), das es externen Clients ermöglicht, komplexe Payload-Generierungsaufgaben programmatisch auszulösen und zu konfigurieren. Diese Orchestrierungsfähigkeit unterstützt verteilte Umgebungen und erlaubt es Benutzern, die Erstellung von Security-Payloads über ein Standard-Kommunikationsprotokoll zu verwalten und zu automatisieren.

Features

  • Security Payload Generators - Automates the creation of custom executable files to test defensive systems by simulating bypass patterns.
  • Native Binary Toolchains - Uses pluggable toolchains to compile source scripts into platform-specific native binaries.
  • Standalone Binary Compilation - Transforms scripts into standalone native binaries to ensure consistent execution across different operating systems.
  • Cross-Platform Build Systems - Provides modular build chains to transform source scripts into native binaries for multiple operating systems.
  • Script-to-Executable Compilers - Bundles scripts into standalone binary files to simplify distribution and ensure consistent execution.
  • Static Binary Compilers - Packages scripts into standalone, statically linked executables to eliminate external runtime dependencies.
  • Remote Task Orchestration - Orchestrates complex payload generation tasks via a JSON-RPC interface for distributed environments.
  • Cross-Platform Binary Distribution - Bundles scripts into standalone executables for consistent execution across different operating systems.
  • Script Wrapper Executables - Packages scripts into standalone binaries to simplify distribution and remove external dependencies.
  • JSON-RPC Interfaces - Exposes a JSON-RPC interface for programmatically triggering and configuring payload generation tasks.
  • JSON-RPC Implementations - Implements a JSON-RPC server interface to allow external clients to manage payload generation.
  • RPC Orchestrations - Provides a remote procedure call interface to programmatically trigger and configure payload generation tasks.
  • Source Code Templates - Uses source code templates to dynamically construct custom executable payloads during the build process.
  • OS-Specific Payload Templates - Constructs security payloads by injecting user-defined configurations into pre-configured source code templates.
  • Penetration Testing Tools - Enables programmatic configuration of data generation tasks to evaluate security control effectiveness.
  • Executable Payload Generations - Accepts remote requests to generate executable payloads for security testing purposes.
  • Testing Utilities - Provides utilities for generating remote payloads and bundling scripts into standalone binaries.

Star-Verlauf

Star-Verlauf für veil-framework/veil-evasionStar-Verlauf für veil-framework/veil-evasion

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Veil Evasion

Handverlesene Sammlungen, in denen Veil Evasion vorkommt.
  • Samples für Malware-Analyse

Häufig gestellte Fragen

Was macht veil-framework/veil-evasion?

Veil-Evasion ist ein Framework zur Generierung benutzerdefinierter ausführbarer Dateien für den Test von Verteidigungssystemen. Es fungiert als Sicherheitstest-Utility, das Muster simuliert, die bei autorisierten Penetrationstests verwendet werden, um Sicherheitssoftware zu umgehen.

Was sind die Hauptfunktionen von veil-framework/veil-evasion?

Die Hauptfunktionen von veil-framework/veil-evasion sind: Security Payload Generators, Native Binary Toolchains, Standalone Binary Compilation, Cross-Platform Build Systems, Script-to-Executable Compilers, Static Binary Compilers, Remote Task Orchestration, Cross-Platform Binary Distribution.

Welche Open-Source-Alternativen gibt es zu veil-framework/veil-evasion?

Open-Source-Alternativen zu veil-framework/veil-evasion sind unter anderem: edgesecurityteam/ehole — EHole is a specialized toolkit for network asset parsing, binary transformation, payload generation, and vulnerability… t3l3machus/villain — Villain is a command and control framework and distributed orchestrator designed for managing reverse TCP and… mitchellh/gox — Gox is a cross-platform build automator and command line tool designed for Go cross-compilation. It serves as a… google/grumpy — Grumpy is a native binary compiler that transforms Python source code into Go source code. By transpiling high-level… magefile/mage — Mage is a build automation tool and workflow orchestrator that uses Go functions to define executable build targets… genuinetools/img — img is a collection of toolsets for building, managing, and manipulating OCI compliant container images. It functions…

Open-Source-Alternativen zu Veil Evasion

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Veil Evasion.
  • edgesecurityteam/eholeAvatar von EdgeSecurityTeam

    EdgeSecurityTeam/EHole

    3,436Auf GitHub ansehen↗

    EHole is a specialized toolkit for network asset parsing, binary transformation, payload generation, and vulnerability research. It functions as an asset discovery and fingerprinting tool designed to identify software versions and high-value assets across IP ranges and URLs using custom fingerprints. The project provides a vulnerability research toolkit for decrypting software credentials and retrieving factory default passwords for security devices and web applications. It also includes a security payload generator for encoding and escaping command strings to bypass shell tokenization and ex

    Go
    Auf GitHub ansehen↗3,436
  • t3l3machus/villainAvatar von t3l3machus

    t3l3machus/Villain

    4,398Auf GitHub ansehen↗

    Villain is a command and control framework and distributed orchestrator designed for managing reverse TCP and HoaxShell connections. It serves as a reverse shell manager and payload generation tool, allowing for the coordination of remote access across multiple target systems. The project distinguishes itself through a distributed architecture that synchronizes active remote sessions and broadcasts messages across connected server instances for collaborative operations. It includes a fileless execution engine that runs scripts directly in remote memory over HTTP to avoid writing files to the

    Pythonc2cybersecurityhacking
    Auf GitHub ansehen↗4,398
  • mitchellh/goxAvatar von mitchellh

    mitchellh/gox

    4,580Auf GitHub ansehen↗

    Gox is a cross-platform build automator and command line tool designed for Go cross-compilation. It serves as a toolchain manager that builds and configures the necessary compilation tools and flags required to target diverse hardware platforms. The system automates the setup, installation, and provisioning of the assemblers and linkers needed for different operating systems and architectures. It manages the generation of executable binaries for multiple platforms in parallel, utilizing custom naming templates and linker flags to prepare software releases. The tool provides capabilities for

    Go
    Auf GitHub ansehen↗4,580
  • google/grumpyAvatar von google

    google/grumpy

    10,528Auf GitHub ansehen↗

    Grumpy is a native binary compiler that transforms Python source code into Go source code. By transpiling high-level scripts into a strongly typed intermediate representation, the system enables the creation of statically linked native binaries that operate independently of a traditional virtual machine interpreter. The project distinguishes itself by providing a comprehensive runtime library that replicates standard Python data structures and object behaviors. This emulation layer ensures that compiled code maintains functional parity with the original source environment while leveraging the

    Go
    Auf GitHub ansehen↗10,528
Alle 30 Alternativen zu Veil Evasion anzeigen→