extract_links_from_request
Extract and analyze all URLs from a captured webhook request to find password reset links, verification tokens, and other sensitive links. Filter by domain or specific request.
Instructions
Extract and analyze all URLs/links from a captured request. Useful for finding password reset links, verification tokens, and other sensitive URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No | Specific request UUID to analyze (optional, defaults to latest) | |
| filter_domain | No | Only return links matching this domain | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |