What problem does it solve?
SSRF playbooks help you detect, validate, and systematically abuse server-side URL fetching so you can identify access to internal networks, cloud metadata services, and secondary protocols even when defenses attempt hostname or IP filtering.
Core Features & Use Cases
- SSRF surface discovery: identify hidden URL-fetch parameters and less-obvious vectors such as PDF/screenshot generation, import/export via URL, and XML/GraphQL link-style fetches.
- Blind SSRF confirmation: validate out-of-band callbacks with Burp Collaborator-style interactions, and use timing/error differences when content does not render.
- Filter bypass & internal targeting: apply localhost/169.254 bypass families, DNS rebinding (TTL/TOCTOU), and URL parser confusion to reach cloud IMDS endpoints or internal services.
- Protocol and cloud metadata exploitation: target AWS/GCP/Azure/Kubernetes/Alibaba/OCI metadata endpoints and extend impact via protocol abuse patterns such as gopher to reach raw TCP services.
- Chaining guidance: load companion scenario studies to follow real-world CVE chains and SSRF-to-RCE exploitation patterns.
Quick Start
Provide the vulnerable parameter name and the target base URL to an AI using the instruction: “Run an SSRF first-pass confirmation for this endpoint, including filter bypass attempts for localhost and 169.254.169.254, and then expand to cloud metadata and blind OOB detection using a collaborator URL.”