What problem does it solve? Security testers and bug bounty hunters need a systematic methodology to discover, confirm, and escalate Server-Side Request Forgery vulnerabilities without missing edge cases like blind SSRF, cloud metadata endpoints, or filter bypasses. ## Core Features & Use Cases - SSRF Discovery & Confirmation: Identify SSRF-prone parameters, set up out-of-band callback listeners (Burp Collaborator, Interactsh), and confirm basic, blind, and time-based SSRF. - Filter Bypass Techniques: Apply IP encoding variants (decimal, octal, hex, IPv6), DNS rebinding, URL parser confusion, open redirect chains, and Unicode tricks to evade allowlists and denylists. - Cloud & Kubernetes Escalation: Query AWS/GCP/Azure metadata endpoints (including IMDSv2 token flow), extract Kubernetes service account tokens, and pivot to internal services like Redis via Gopher. - Use Case: During a web app pentest, you find a PDF export feature that fetches URLs. Use this checklist to test internal addresses, bypass the IP filter with decimal encoding, reach the AWS metadata endpoint, and document a prioritized finding. ## Quick Start Ask Claude to walk through the SSRF testing checklist against your target endpoint, starting with discovery and callback listener setup.