subfinder_enumerate
Discover subdomains of a target domain via passive enumeration using subfinder, with configurable sources, threads, and JSON output for structured parsing.
Instructions
Passive subdomain enumeration using subfinder. domain: target domain (e.g. 'example.com') all_sources: use all available sources (slower but thorough) threads: concurrent goroutines for resolving (default 10) output_json: return JSONL output for structured parsing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| threads | No | ||
| all_sources | No | ||
| output_json | No |