What problem does it solve? Web penetration testers and bug bounty hunters need a structured, repeatable methodology to find and exploit Server-Side Request Forgery vulnerabilities, including blind SSRF, cloud metadata exposure, and filter bypasses, without missing common attack vectors. ## 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 allowlist/denylist bypasses including IP encoding (decimal, octal, hex), IPv6 variations, DNS rebinding, URL encoding tricks, and open redirect chains. - Cloud & Kubernetes Escalation: Extract credentials from AWS/GCP/Azure metadata endpoints (including IMDSv2 token flow), steal Kubernetes service account tokens, and abuse Gopher/Dict/File protocols for RCE. - Use Case: During a bug bounty engagement, you find a PDF export feature that fetches URLs. Use this checklist to confirm blind SSRF with a callback listener, bypass the IP filter with decimal encoding, then pivot to the AWS metadata endpoint to retrieve IAM credentials. ## Quick Start Use the SSRF skill to test the URL preview feature on my target application for server-side request forgery, including cloud metadata access and filter bypasses.