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
·

3 Repos

Awesome GitHub RepositoriesServer-Side Request Forgery Techniques

Methods for forcing servers to make unauthorized requests, including blind exploitation and protocol-specific bypasses.

Explore 3 awesome GitHub repositories matching security & cryptography · Server-Side Request Forgery Techniques. Refine with filters or upvote what's useful.

Awesome Server-Side Request Forgery Techniques 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

    Explains how to leverage specific URL protocols to access local files or internal services via server-side request forgery.

    Pythonbountybugbountybypass
    Auf GitHub ansehen↗78,434
  • fuzzdb-project/fuzzdbAvatar von fuzzdb-project

    fuzzdb-project/fuzzdb

    8,819Auf GitHub ansehen↗

    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

    Provides common URL patterns to test if an application improperly redirects users to untrusted external destinations.

    PHP
    Auf GitHub ansehen↗8,819
  • daffainfo/allaboutbugbountyAvatar von daffainfo

    daffainfo/AllAboutBugBounty

    6,644Auf GitHub ansehen↗

    AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co

    Provides techniques for obfuscating internal hostnames and IP addresses to evade SSRF filters.

    bugbugbountybugbountytips
    Auf GitHub ansehen↗6,644
  1. Home
  2. Security & Cryptography
  3. Vulnerability Assessment and Testing
  4. Security Testing and Auditing
  5. Security Vulnerabilities
  6. Server-Side Request Forgery Techniques

Unter-Tags erkunden

  • Blind SSRF ExploitationExploitation techniques for server-side request forgery where the attacker receives no direct response from the target.
  • Filter Bypass TechniquesMethods used to circumvent security controls that restrict server-side requests to unauthorized internal or external resources.
  • Open URL Redirect PayloadsInput strings used to manipulate application redirects, potentially leading to unauthorized access or information disclosure.
  • URL Scheme ExploitsExploits that leverage specific URL protocols to access local files or internal services via server-side requests.