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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 dépôts

Awesome GitHub RepositoriesBatch Exploit Execution

Automated systems for running multiple exploit payloads against a set of compatible vulnerabilities.

Distinct from Vulnerability Exploitation Frameworks: Distinct from Vulnerability Exploitation Frameworks: focuses on the batch processing and conditional execution of multiple exploits

Explore 9 awesome GitHub repositories matching part of an awesome list · Batch Exploit Execution. Refine with filters or upvote what's useful.

Awesome Batch Exploit Execution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • manisso/fsocietyAvatar de Manisso

    Manisso/fsociety

    12,136Voir sur GitHub↗

    fsociety is a penetration testing framework and security tool orchestrator designed to conduct full security audits. It functions as a wrapper that integrates external security binaries into a unified, menu-driven interface, providing a centralized system for command-line parameter mapping and execution. The project distinguishes itself by organizing specialized utilities into domain-specific collections for structured navigation. It automates the transition between different phases of an audit by chaining reconnaissance and exploitation tools through sequential workflow automation. The fram

    Executes automated attacks like SQL injection and remote code execution against targeted services.

    Pythonbrute-force-attacksdesktopexploitation
    Voir sur GitHub↗12,136
  • liamg/traitorAvatar de liamg

    liamg/traitor

    7,144Voir sur GitHub↗

    Traitor is a Linux privilege escalation framework and automated root exploit suite. It provides specialized utilities for scanning system misconfigurations and deploying automated exploit scripts on local Linux hosts to elevate user privileges to the root level. The tool identifies insecure system setups and binary vulnerabilities, such as GTFOBins, to map potential routes for gaining root access. It automates the process of discovering and exploiting these local vulnerabilities through targeted exploit execution and the deployment of sequential scripts. The system covers vulnerability asses

    Runs a predetermined sequence of vulnerability triggers to automatically establish a root shell.

    Gocve-2021-3560cve-2022-0847dirtypipe
    Voir sur GitHub↗7,144
  • k8gege/k8toolsAvatar de k8gege

    k8gege/K8tools

    6,167Voir sur GitHub↗

    K8tools is a multi-stage attack framework that combines memory-only payload execution, credential testing, port forwarding, privilege escalation, and physical USB-based keystroke injection for comprehensive system compromise. At its core, the Ladon PowerShell module loads a multi-function scanner directly into memory, enabling command execution without writing files to disk, while supporting memory-only payload delivery that downloads and runs obfuscated shellcode or PowerShell commands to evade antivirus detection. The framework distinguishes itself through its breadth of integrated capabili

    Delivers and executes pre-built exploit code against known vulnerabilities in services like Struts2 and SMB.

    PowerShell0daybrute-forcebypass
    Voir sur GitHub↗6,167
  • commixproject/commixAvatar de commixproject

    commixproject/commix

    5,757Voir sur GitHub↗

    Commix is an automated tool for detecting and exploiting OS command injection vulnerabilities in web applications. It probes user-supplied input vectors with heuristic test payloads, analyzes response differences to identify injection points, and then automates the execution of arbitrary operating system commands on the target server. The tool distinguishes itself through a multi-layer filter bypass engine that evaluates input constraints independently per filter type and composes tailored evasion strategies into a single payload. A modular payload tamper pipeline transforms raw injection str

    Automates the detection and exploitation of OS command injection vulnerabilities to execute arbitrary commands on target servers.

    Python
    Voir sur GitHub↗5,757
  • nullarray/autosploitAvatar de NullArray

    NullArray/AutoSploit

    5,240Voir sur GitHub↗

    AutoSploit est un framework d'exploitation automatisé conçu pour découvrir des hôtes distants et exécuter des modules d'exploitation à grande échelle pour établir des reverse shells. Il fonctionne comme un outil de reconnaissance réseau et un orchestrateur d'exécution de code à distance, gérant le déploiement de modules d'attaque contre plusieurs cibles. Le système dispose d'un masqueur de trafic basé sur proxy qui achemine les requêtes réseau via des serveurs externes et fait pivoter les en-têtes HTTP et les agents utilisateurs pour masquer la source de l'activité. Il permet une orchestration d'exploitation personnalisée via l'intégration de modules d'attaque externes et la gestion des paramètres de connexion de l'espace de travail. Le framework couvre la découverte de cibles via des requêtes de moteurs de recherche et des intégrations API, ainsi que la gestion de listes de cibles utilisant des fichiers externes et des listes blanches. Il inclut en outre des capacités pour la configuration d'écouteurs basés sur des sessions pour capturer les connexions distantes entrantes.

    Automates the execution of multiple exploit modules against targets to achieve remote code execution at scale.

    Python
    Voir sur GitHub↗5,240
  • andresriancho/w3afAvatar de andresriancho

    andresriancho/w3af

    4,850Voir sur GitHub↗

    w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities in web applications. It functions as a vulnerability scanner that crawls targets to find injection points and a fuzzer used to discover hidden endpoints and test input validation. The project distinguishes itself by providing an intercepting HTTP proxy for capturing and modifying traffic, combined with a knowledge-base driven exploitation system. It enables the execution of security exploits to gain remote shell access and supports post-exploitation activities, such as routing

    Executes batches of selected exploit payloads against all compatible vulnerabilities with conditional stop options.

    Pythonappseccross-site-scriptingscanner
    Voir sur GitHub↗4,850
  • zhzyker/exphubAvatar de zhzyker

    zhzyker/exphub

    4,282Voir sur GitHub↗

    Exphub est une bibliothèque de scripts d'exploitation CVE et une suite de vulnérabilités logicielles d'entreprise conçue pour vérifier et exploiter des failles de sécurité connues dans des environnements serveurs tels que WebLogic, Struts2, Tomcat et JBoss. Il fonctionne comme un toolkit d'exécution de code à distance et un framework de déploiement de web shell pour déclencher l'exécution de commandes non autorisées et établir un accès persistant sur des systèmes distants. Le projet inclut des utilitaires spécialisés pour la reconnaissance de réseaux internes, utilisant spécifiquement la falsification de requêtes côté serveur (SSRF) pour scanner les ports et services ouverts. Il fournit en outre des mécanismes pour contourner les contrôles d'accès et effectuer des lectures et téléchargements de fichiers non autorisés. La suite couvre de larges domaines de capacités, notamment l'évaluation des vulnérabilités, les tests d'intrusion et l'exécution de scripts de preuve de concept pour confirmer la présence de failles de sécurité.

    Automates the exploitation of command injection vulnerabilities to execute arbitrary commands on target servers.

    Pythoncve-2020-10199cve-2020-10204cve-2020-11444
    Voir sur GitHub↗4,282
  • mbechler/marshalsecAvatar de mbechler

    mbechler/marshalsec

    3,691Voir sur GitHub↗

    Marshalsec is a toolkit designed for generating malicious serialized Java objects to achieve remote code execution during the unmarshalling process. It functions as a Java deserialization exploit tool and a framework for triggering Java Naming and Directory Interface lookups to remote servers. The project provides a JNDI redirector service that intercepts lookups and points targets toward a remote codebase. It includes utilities for crafting payloads that force Java applications to download and execute arbitrary classes from a remote URL. The toolset covers security analysis activities inclu

    Generates payloads to trigger remote code execution by forcing Java applications to perform external JNDI lookups.

    Java
    Voir sur GitHub↗3,691
  • joaomatosf/jexbossAvatar de joaomatosf

    joaomatosf/jexboss

    2,512Voir sur GitHub↗

    jexboss is a Java deserialization exploit framework and network vulnerability scanner designed to identify and exploit deserialization flaws to achieve remote code execution on target servers. It functions as a suite of tools for delivering payloads and executing system commands on vulnerable remote applications. The project includes a reverse shell orchestrator to establish and maintain persistent remote command connections from exploited targets back to a listener. It also provides post-exploitation automation for managing remote access and updating software on compromised systems. The fra

    Provides a framework to deliver specialized Java deserialization payloads to achieve remote code execution.

    Pythondeserializationexploitexploiting-vulnerabilities
    Voir sur GitHub↗2,512
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Vulnerability Exploitation Frameworks
  5. Batch Exploit Execution

Explorer les sous-tags

  • Automated Exploit Execution2 sous-tagsSystems for executing automated attacks such as SQL injection and remote code execution against targeted services. **Distinct from Batch Exploit Execution:** Focuses on the active execution of exploits rather than just cataloging known vulnerabilities.
  • Java Deserialization ExploitsSpecific exploit payloads and delivery mechanisms targeting Java object deserialization flaws. **Distinct from Batch Exploit Execution:** Focuses on Java deserialization specifically, whereas the parent is a general batch execution strategy.