generate_xss_callback
Creates XSS callback payloads that notify your webhook when executed, enabling detection of blind cross-site scripting vulnerabilities in bug bounty testing.
Instructions
Generate XSS (Cross-Site Scripting) callback payloads for bug bounty testing. Creates JavaScript payloads that ping your webhook when executed, useful for detecting blind XSS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No | Custom identifier to track which injection point triggered (e.g., 'comment-field', 'profile-name') | |
| include_dom | No | Include payload that captures DOM info like URL and referrer (default: true) | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| include_cookies | No | Include payload that exfiltrates cookies (default: true) |