extract_links_from_request
Extract and analyze all URLs from captured webhook requests to identify sensitive links like password reset URLs and verification tokens.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| request_id | No | Specific request UUID to analyze (optional, defaults to latest) | |
| filter_domain | No | Only return links matching this domain |