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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • swisskyrepo/payloadsallthethingsAvatar swisskyrepo

    swisskyrepo/PayloadsAllTheThings

    78,434Vezi pe GitHub↗

    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
    Vezi pe GitHub↗78,434
  • gallopsled/pwntoolsAvatar Gallopsled

    Gallopsled/pwntools

    13,271Vezi pe GitHub↗

    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
    Vezi pe GitHub↗13,271
  • thekingofduck/fuzzdictsAvatar TheKingOfDuck

    TheKingOfDuck/fuzzDicts

    8,355Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,355
  • edoverflow/bugbounty-cheatsheetAvatar EdOverflow

    EdOverflow/bugbounty-cheatsheet

    6,498Vezi pe GitHub↗

    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.

    Vezi pe GitHub↗6,498
  • longld/pedaAvatar longld

    longld/peda

    6,130Vezi pe GitHub↗

    Peda este o suită de instrumente de securitate și un framework de dezvoltare a exploit-urilor conceput pentru analiză binară, automatizarea debugger-ului și inspecția memoriei. Acesta funcționează ca un set de scripturi Python care extind un debugger pentru a automatiza analiza fișierelor compilate și inspecția memoriei proceselor. Proiectul oferă utilitare specializate pentru cercetarea coruperii memoriei, inclusiv un utilitar de generare a payload-urilor pentru crearea de tipare ciclice în vederea descoperirii buffer overflow-urilor și un gadget finder pentru a localiza secvențe de return-oriented programming (ROP) în binare. Se diferențiază oferind un instrument de vizualizare care transformă datele brute din registre, dezasamblare și memorie în text colorat pentru a simplifica analiza stărilor CPU. Framework-ul acoperă o gamă largă de capabilități, inclusiv analiza de securitate binară pentru detectarea protecțiilor, scanarea memoriei prin expresii regulate și capacitatea de a mapa mediile proceselor direct din kernel-ul sistemului. Include, de asemenea, instrumente pentru modificarea adreselor de memorie și generarea de șabloane de shellcode.

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

    Python
    Vezi pe GitHub↗6,130
  • andresriancho/w3afAvatar andresriancho

    andresriancho/w3af

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

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

Explorează sub-etichetele

  • 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.