recon_endpoints
Retrieve extracted URLs for a target domain. Filter results by include, exclude, or glob pattern to focus on relevant endpoints.
Instructions
Get extracted endpoints/URLs for a domain, with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The target domain (e.g. "example.com"). | |
| exclude | No | Substrings that must NOT appear in URLs. | |
| include | No | Substrings that must appear in URLs. | |
| pattern | No | Glob pattern to filter URLs (e.g. "*id=*", "*/api/*"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |