generate_ssrf_payload
Generate unique, traceable URLs for SSRF testing. Inject into targets to detect blind Server-Side Request Forgery vulnerabilities.
Instructions
Generate SSRF (Server-Side Request Forgery) test payloads for bug bounty testing. Creates unique identifiable URLs that can be injected into targets to detect blind SSRF vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No | Custom identifier to include in payload (e.g., 'param1', 'header-injection') | |
| include_ip | No | Include IP-based payloads to bypass domain filters (default: true) | |
| include_dns | No | Include DNS-based payload for blind SSRF detection (default: true) | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |