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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

30 repositorios

Awesome GitHub RepositoriesWeb Exploitation

Tools for reconnaissance, fuzzing, and exploiting web application vulnerabilities.

Explore 30 awesome GitHub repositories matching part of an awesome list · Web Exploitation. Refine with filters or upvote what's useful.

Awesome Web Exploitation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • oj/gobusterAvatar de OJ

    OJ/gobuster

    13,429Ver en GitHub↗

    Gobuster is a command-line security utility designed for brute-force discovery of hidden infrastructure and content. It operates by systematically testing wordlists against target network services to identify files, directories, subdomains, and cloud storage buckets. The tool utilizes a concurrent worker pool to execute these requests in parallel, ensuring efficient scanning across various network environments. The project distinguishes itself through a modular plugin architecture that supports multiple discovery modes, including HTTP, DNS, and TFTP. This design allows for protocol-agnostic r

    Brute-forces web directories and DNS for reconnaissance.

    Godnsgopentesting
    Ver en GitHub↗13,429
  • manisso/fsocietyAvatar de Manisso

    Manisso/fsociety

    12,136Ver en 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

    Provides tools for reconnaissance and exploiting SQL injection, command injection, and remote code execution flaws.

    Pythonbrute-force-attacksdesktopexploitation
    Ver en GitHub↗12,136
  • tennc/webshellAvatar de tennc

    tennc/webshell

    10,735Ver en GitHub↗

    This is a webshell open source project

    Collection of web shells for remote access.

    PHP
    Ver en GitHub↗10,735
  • fuzzdb-project/fuzzdbAvatar de fuzzdb-project

    fuzzdb-project/fuzzdb

    8,819Ver en GitHub↗

    fuzzdb is a collection of datasets designed for web application penetration testing and dynamic fuzzing. It provides a fuzzing payload dictionary, a resource discovery wordlist, and a fault injection dataset containing corrupted Unicode, null bytes, and escape codes to trigger application crashes and logic errors. The project includes a security filter bypass list featuring polyglots and encoded strings to evade web application firewalls and input validation filters. It also provides a comprehensive web application penetration testing dataset specifically for identifying flaws such as cross-s

    Dictionary of attack patterns for web application fuzzing.

    PHP
    Ver en GitHub↗8,819
  • frohoff/ysoserialAvatar de frohoff

    frohoff/ysoserial

    8,750Ver en GitHub↗

    ysoserial is a security research tool and payload generator designed to identify and exploit insecure Java deserialization. It functions as a framework for creating malicious serialized objects that can trigger remote code execution on Java virtual machines. The project provides a library of known gadget chains, which are sequences of vulnerable class calls that achieve arbitrary command execution during the deserialization process. It automates the generation of these payloads by leveraging common third-party libraries. The tool covers capabilities for security penetration testing, Java app

    Generates payloads for Java deserialization attacks.

    Javadeserializationexploitgadget
    Ver en GitHub↗8,750
  • andresriancho/w3afAvatar de andresriancho

    andresriancho/w3af

    4,850Ver en 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

    Launches exploit payloads against discovered web vulnerabilities to gain unauthorized access or remote shells.

    Pythonappseccross-site-scriptingscanner
    Ver en GitHub↗4,850
  • epinna/tplmapAvatar de epinna

    epinna/tplmap

    4,169Ver en GitHub↗

    tplmap es una herramienta de seguridad diseñada para la detección y explotación de vulnerabilidades de inyección de plantillas en el lado del servidor (SSTI). Funciona como un escáner automatizado para identificar contextos de motores de plantillas vulnerables y proporciona un framework para lograr la ejecución remota de código. La herramienta se centra en traducir solicitudes de alto nivel a sintaxis específica del motor para ejecutar comandos del sistema operativo y eludir sandboxes de aplicaciones. Además, permite el acceso remoto al sistema de archivos, facilitando la lectura, escritura y transferencia de archivos entre una máquina local y un servidor objetivo. Otras capacidades incluyen la posibilidad de lanzar servidores locales vulnerables para simular entornos defectuosos y verificar payloads. El proyecto también admite la integración con proxies de seguridad web para automatizar la inyección de payloads de prueba en el tráfico interceptado.

    Exploits Server-Side Template Injection vulnerabilities.

    Python
    Ver en GitHub↗4,169
  • internetwache/gittoolsAvatar de internetwache

    internetwache/GitTools

    4,151Ver en GitHub↗

    GitTools es una colección de utilidades de seguridad diseñadas para identificar, escanear y explotar directorios de control de versiones expuestos en servidores web. El proyecto proporciona herramientas para localizar directorios Git públicamente accesibles y extraer su contenido para identificar fugas de información. La suite incluye capacidades para descargar archivos y estructuras de carpetas desde repositorios remotos incluso cuando el listado de directorios está deshabilitado. También cuenta con un sistema de recuperación que itera a través de objetos de commit para restaurar contenido a partir de datos de control de versiones incompletos o corruptos.

    Exploits exposed .git directories.

    Shell
    Ver en GitHub↗4,151
  • ambionics/phpggcAvatar de ambionics

    ambionics/phpggc

    3,832Ver en GitHub↗

    phpggc is a security assessment utility and command-line tool designed for the automated generation, obfuscation, and wrapping of serialized object chains. It functions as a gadget chain framework used to identify and verify remote code execution vectors by testing for PHP object injection vulnerabilities. The project provides a modular system for constructing complex serialized object sequences and includes a dedicated payload obfuscator to transform byte streams for bypassing web application firewalls and security filters. It also features a generator for wrapping serialized data into archi

    Generates payloads for PHP unserialization attacks.

    PHP
    Ver en GitHub↗3,832
  • pwntester/ysoserial.netAvatar de pwntester

    pwntester/ysoserial.net

    3,735Ver en GitHub↗

    ysoserial.net is a payload generator for .NET deserialization, designed to create malicious serialized objects and structured gadget chains. It serves as a tool for generating command execution strings and security testing suites used to assess vulnerabilities in .NET formatters. The tool enables the creation of sequences of object calls that trigger remote code execution during the reconstruction of serialized data. It produces specialized payloads for executing system commands, loading remote libraries, and accessing local file systems. The project includes capabilities for optimizing payl

    Generates payloads for .NET deserialization attacks.

    C#
    Ver en GitHub↗3,735
  • evyatarmeged/raccoonAvatar de evyatarmeged

    evyatarmeged/Raccoon

    3,571Ver en GitHub↗

    A high performance offensive security tool for reconnaissance and vulnerability scanning

    Performs reconnaissance and vulnerability scanning on web targets.

    Python
    Ver en GitHub↗3,571
  • microsoft/restler-fuzzerAvatar de microsoft

    microsoft/restler-fuzzer

    2,915Ver en GitHub↗

    RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.

    Fuzzes REST APIs to find security bugs.

    Python
    Ver en GitHub↗2,915
  • flozz/p0wny-shellAvatar de flozz

    flozz/p0wny-shell

    2,825Ver en GitHub↗

    p0wny@shell:~# is a very basic, single-file, PHP shell. It can be used to quickly execute commands on a server when pentesting a PHP application. Use it with caution: this script represents a security risk for the server.

    Simple web-based shell for remote command execution.

    PHP
    Ver en GitHub↗2,825
  • flipkart-incubator/astraAvatar de flipkart-incubator

    flipkart-incubator/Astra

    2,639Ver en GitHub↗

    Astra is a security analysis system and scanner designed to identify vulnerabilities and security flaws in REST API endpoints. It functions as a security testing tool that automatically detects common API weaknesses during development and deployment cycles. The project provides a graphical interface for triggering and monitoring security scanning processes, removing the requirement for manual command line execution. This management UI allows for the oversight of scanning workflows and the retrieval of vulnerability reports. The system supports the import of collection files to map endpoints

    Automated security testing for REST APIs.

    Pythonci-cdowasppenetration-testing
    Ver en GitHub↗2,639
  • cujanovic/ssrf-testingAvatar de cujanovic

    cujanovic/SSRF-Testing

    2,501Ver en GitHub↗

    SSRF (Server Side Request Forgery) testing resources

    Resources for testing SSRF vulnerabilities.

    Pythonpentestpentest-toolpentesting
    Ver en GitHub↗2,501
  • enjoiz/xxeinjectorAvatar de enjoiz

    enjoiz/XXEinjector

    1,754Ver en GitHub↗

    Tool for automatic exploitation of XXE vulnerability using direct and different out of band methods.

    Automates XXE injection attacks.

    Ruby
    Ver en GitHub↗1,754
  • irsdl/iis-shortname-scannerAvatar de irsdl

    irsdl/IIS-ShortName-Scanner

    1,679Ver en GitHub↗

    IIS Short Name Scanner - 2012-2023 & Still Giving...

    Exploits IIS short filename vulnerabilities.

    Java
    Ver en GitHub↗1,679
  • liamg/gitjackerAvatar de liamg

    liamg/gitjacker

    1,607Ver en GitHub↗

    🔪 :octocat: Leak git repositories from misconfigured websites

    Extracts files from misconfigured Git repositories.

    Gogithackingpenetration-testing
    Ver en GitHub↗1,607
  • imperva/automatic-api-attack-toolAvatar de imperva

    imperva/automatic-api-attack-tool

    495Ver en GitHub↗

    Imperva's customizable API attack tool takes an API specification as an input, generates and runs attacks that are based on it as an output.

    Automates attacks against Swagger-defined APIs.

    Java
    Ver en GitHub↗495
  • kpcyrd/authoscopeAvatar de kpcyrd

    kpcyrd/authoscope

    418Ver en GitHub↗

    Scriptable network authentication cracker

    Scriptable tool for brute-forcing network authentication.

    Rust
    Ver en GitHub↗418
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Web Exploitation