What problem does it solve?
This Skill helps penetration testers identify and exploit Server-Side Request Forgery (SSRF) vulnerabilities, enabling access to internal services, cloud metadata, and potentially leading to Remote Code Execution (RCE).
Core Features & Use Cases
- SSRF Detection & Exploitation: Guides users through identifying injection points and testing various SSRF payloads.
- Filter Bypass Techniques: Provides methods to circumvent common SSRF filters (IP encoding, DNS rebinding, redirects).
- Cloud Metadata Access: Facilitates access to sensitive cloud provider metadata (AWS, GCP, Azure).
- Protocol Exploitation: Demonstrates exploitation via
gopher:// and dict:// for services like Redis and FastCGI.
- Blind SSRF: Offers strategies for exploiting SSRF when direct responses are not available.
- Use Case: When a web application accepts a URL parameter that is fetched server-side, this Skill can be used to probe internal network services, access cloud instance metadata, or even achieve RCE by exploiting vulnerable internal applications.
Quick Start
Use the ssrf skill to scan localhost for open ports.