bevigil_get_urls
Find all URLs associated with a domain from mobile app analysis. Expose API endpoints, web paths, and internal/staging resources for security research.
Instructions
Get URLs associated with a domain, as discovered from mobile application analysis. Useful for finding API endpoints, web paths, and resources referenced by apps. Returns a list of full URLs. Results may include internal/staging endpoints that are not publicly indexed by search engines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 100, max 500). | |
| domain | Yes | A domain name to find associated URLs for (e.g. "example.com"). Do not include protocol (http/https) or paths. | |
| offset | No | Number of results to skip before returning a page (default 0). Use this to retrieve results beyond the first page. |