What problem does it solve? It gives security testers a complete, ordered methodology for finding and exploiting Server-Side Request Forgery (SSRF) vulnerabilities, covering everything from initial discovery through blind SSRF detection, filter bypasses, and escalation to cloud metadata or internal service access. ## Core Features & Use Cases - SSRF Discovery & Confirmation: Identify URL-handling entry points (webhooks, importers, PDF generators, proxies), set up out-of-band callback listeners (Burp Collaborator, Interactsh), and confirm basic, blind, and time-based SSRF. - Filter Bypass Techniques: Bypass allowlists and denylists using alternate IP representations (decimal, octal, hex, IPv6), URL encoding, DNS rebinding, open redirects, parser confusion, and Unicode tricks. - Escalation & Exploitation: Access cloud metadata endpoints (AWS IMDSv2, GCP, Azure, DigitalOcean), abuse protocols (file, gopher, dict, ldap), perform internal port scanning, and pivot into Kubernetes, service mesh, and container runtime attack surfaces. - Use Case: During a bug bounty engagement, you find a URL preview feature. Use this checklist to test it for SSRF, detect a blind callback, bypass the IP filter with a decimal-encoded address, and retrieve AWS IAM credentials from the metadata service as proof of impact. ## Quick Start Ask the AI to test the target's URL-fetching endpoint for SSRF using this checklist, starting with a callback listener and common internal addresses.