amass_enum
Enumerate subdomains of a target domain using OWASP Amass, choosing passive or brute-force modes to map the attack surface.
Instructions
In-depth subdomain enumeration using OWASP Amass. domain: target domain (e.g. 'example.com') passive: passive-only mode (no active probing) — safer, faster brute_force: enable brute-force subdomain discovery (slow) timeout_mins: max runtime in minutes (default 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| passive | No | ||
| brute_force | No | ||
| timeout_mins | No |