web_crawl
Follow links organically through a web application to discover endpoints, forms, and hidden paths that wordlist brute-force misses. Returns categorized URLs and forms.
Instructions
Crawl a web application by following links organically. Discovers endpoints, forms, and interesting paths that wordlist brute-force misses. url: starting URL (e.g. 'http://example.com/') max_depth: how many link levels deep to follow (default 2) max_pages: max pages to visit (default 50) include_external: also collect external links (not crawled, just listed) timeout: per-request timeout in seconds Returns: discovered URLs by category, forms, and interesting endpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| timeout | No | ||
| max_depth | No | ||
| max_pages | No | ||
| include_external | No |