awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • swisskyrepo/payloadsallthethingsswisskyrepo 的头像

    swisskyrepo/PayloadsAllTheThings

    78,434在 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
    在 GitHub 上查看↗78,434
  • gallopsled/pwntoolsGallopsled 的头像

    Gallopsled/pwntools

    13,271在 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
    在 GitHub 上查看↗13,271
  • thekingofduck/fuzzdictsTheKingOfDuck 的头像

    TheKingOfDuck/fuzzDicts

    8,355在 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
    在 GitHub 上查看↗8,355
  • edoverflow/bugbounty-cheatsheetEdOverflow 的头像

    EdOverflow/bugbounty-cheatsheet

    6,498在 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.

    在 GitHub 上查看↗6,498
  • longld/pedalongld 的头像

    longld/peda

    6,130在 GitHub 上查看↗

    Peda is a security tool suite and exploit development framework designed for binary analysis, debugger automation, and memory inspection. It functions as a set of Python scripts that extend a debugger to automate the analysis of compiled files and the inspection of process memory. The project provides specialized utilities for memory corruption research, including a payload generation utility for creating cyclic patterns to discover buffer overflows and a gadget finder to locate return-oriented programming sequences within binaries. It differentiates itself by offering a visualization tool th

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

    Python
    在 GitHub 上查看↗6,130
  • andresriancho/w3afandresriancho 的头像

    andresriancho/w3af

    4,850在 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
    在 GitHub 上查看↗4,850
  1. Home
  2. Security & Cryptography
  3. Vulnerability Assessment and Testing
  4. Security Testing and Auditing
  5. Security Vulnerabilities
  6. Exploit Payloads

探索子标签

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