awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • swisskyrepo/payloadsallthethingsالصورة الرمزية لـ swisskyrepo

    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

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

    Pythonbountybugbountybypass
    عرض على GitHub↗78,434
  • fuzzdb-project/fuzzdbالصورة الرمزية لـ fuzzdb-project

    fuzzdb-project/fuzzdb

    8,819عرض على 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

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

    PHP
    عرض على GitHub↗8,819
  • daffainfo/allaboutbugbountyالصورة الرمزية لـ daffainfo

    daffainfo/AllAboutBugBounty

    6,644عرض على GitHub↗

    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
    عرض على GitHub↗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

استكشف الوسوم الفرعية

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