generate_ssrf_payload
Create unique SSRF test payloads to detect server-side request forgery vulnerabilities in web applications using identifiable URLs for bug bounty testing.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| identifier | No | Custom identifier to include in payload (e.g., 'param1', 'header-injection') | |
| include_dns | No | Include DNS-based payload for blind SSRF detection (default: true) | |
| include_ip | No | Include IP-based payloads to bypass domain filters (default: true) |