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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesExploit Payloads

Specific code snippets or sequences used to demonstrate or execute security vulnerabilities.

Explore 6 awesome GitHub repositories matching security & cryptography · Exploit Payloads. Refine with filters or upvote what's useful.

Awesome Exploit Payloads GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • swisskyrepo/payloadsallthethingsAvatar von swisskyrepo

    swisskyrepo/PayloadsAllTheThings

    78,434Auf GitHub ansehen↗

    This project is a comprehensive, community-sourced knowledge base designed for security professionals and researchers. It functions as a centralized repository of offensive security techniques, providing a structured collection of exploit payloads, attack vectors, and methodologies for conducting vulnerability assessments and penetration testing. The repository distinguishes itself through a cross-platform payload taxonomy that categorizes exploitation methods by vulnerability type and target environment, enabling rapid lookup during security assessments. It maintains high standards of data i

    Supplies ready-to-use code snippets for executing client-side attacks like window opener manipulation.

    Pythonbountybugbountybypass
    Auf GitHub ansehen↗78,434
  • gallopsled/pwntoolsAvatar von Gallopsled

    Gallopsled/pwntools

    13,271Auf GitHub ansehen↗

    Pwntools is a Python-based framework designed for rapid prototyping and automation in binary exploitation, reverse engineering, and security research. It serves as a comprehensive toolkit for interacting with local and remote processes, providing the primitives necessary to manage complex exploit workflows and streamline security analysis tasks. The framework distinguishes itself through its specialized capabilities for binary manipulation and automated exploit construction. It includes dedicated utilities for parsing executable file formats, assembling and disassembling machine code, and gen

    Manages exploit payloads by encoding shellcode and generating cyclic patterns for buffer overflow analysis.

    Pythonassemblybsdcapture-the-flag
    Auf GitHub ansehen↗13,271
  • thekingofduck/fuzzdictsAvatar von TheKingOfDuck

    TheKingOfDuck/fuzzDicts

    8,355Auf GitHub ansehen↗

    fuzzDicts is a repository of curated wordlists and dictionaries designed for web application fuzzing. It provides collections of strings and payloads used to discover hidden files, subdomains, and security vulnerabilities. The project includes specialized libraries for different security testing vectors, such as dictionaries for common request and cookie parameters, lists of common subdomain prefixes, and collections of passwords and default vendor credentials for brute-force testing. It also maintains a security payload library containing character sequences used to identify flaws like SQL i

    Ships a specialized library of character sequences for identifying flaws like SQL injection and cross-site scripting.

    Pythondirectoryfuzz-testingfuzzer
    Auf GitHub ansehen↗8,355
  • edoverflow/bugbounty-cheatsheetAvatar von EdOverflow

    EdOverflow/bugbounty-cheatsheet

    6,498Auf GitHub ansehen↗

    This project is a bug bounty resource directory, vulnerability research cheatsheet, and web security payload library. It serves as a centralized collection of curated payloads and common attack vectors used to identify security vulnerabilities in web applications. The repository provides a directory of platforms, books, and tools to support vulnerability discovery skills. It includes a reference for tested payloads and techniques used to trigger bugs and identify vulnerabilities during security audits. The content covers web application pentesting, security vulnerability testing, and general

    Ships a comprehensive library of tested security payloads for identifying web application vulnerabilities.

    Auf GitHub ansehen↗6,498
  • longld/pedaAvatar von longld

    longld/peda

    6,130Auf GitHub ansehen↗

    Peda ist eine Sicherheits-Tool-Suite und ein Exploit-Development-Framework für Binäranalyse, Debugger-Automatisierung und Speicherinspektion. Es fungiert als eine Reihe von Python-Skripten, die einen Debugger erweitern, um die Analyse kompilierter Dateien und die Inspektion des Prozessspeichers zu automatisieren. Das Projekt bietet spezialisierte Dienstprogramme für die Forschung zu Speicherfehlern, einschließlich eines Payload-Generators zur Erstellung zyklischer Muster, um Pufferüberläufe zu entdecken, sowie eines Gadget-Finders, um Return-Oriented-Programming-Sequenzen (ROP) innerhalb von Binärdateien zu lokalisieren. Es unterscheidet sich durch ein Visualisierungstool, das rohe Register-, Disassembly- und Speicherdaten in farbcodierten Text umwandelt, um die Analyse von CPU-Zuständen zu vereinfachen. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich binärer Sicherheitsanalyse zur Erkennung von Schutzmechanismen, regulärer Speicherscans und der Fähigkeit, Prozessumgebungen direkt aus dem System-Kernel abzubilden. Es enthält zudem Tools zur Modifikation von Speicheradressen und zur Generierung von Shellcode-Vorlagen.

    Generates shellcode, Python exploit templates, and memory patterns to achieve code execution.

    Python
    Auf GitHub ansehen↗6,130
  • andresriancho/w3afAvatar von andresriancho

    andresriancho/w3af

    4,850Auf GitHub ansehen↗

    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 several exploit payloads simultaneously against identified vulnerabilities to verify overall impact.

    Pythonappseccross-site-scriptingscanner
    Auf GitHub ansehen↗4,850
  1. Home
  2. Security & Cryptography
  3. Vulnerability Assessment and Testing
  4. Security Testing and Auditing
  5. Security Vulnerabilities
  6. Exploit Payloads

Unter-Tags erkunden

  • Batch Exploit ExecutionThe capability to launch multiple security exploit payloads simultaneously against a set of vulnerabilities. **Distinct from Exploit Payloads:** Focuses on the execution strategy of multiple payloads rather than the content of a single payload.
  • Payload LibrariesCurated repositories of specialized keywords and sequences for testing common security exploits. **Distinct from Exploit Payloads:** Distinct from Exploit Payloads: focuses on the structured collection and categorization of many payloads for diverse vulnerabilities.