discover domain
Enumerate common subdomains of a domain, perform reverse DNS lookups, and run the discover api checks against each discovered host.
vulnapi discover domain <DOMAIN> [flags]Accepts all common flags.
Examples
Section titled “Examples”Discover APIs across all subdomains
vulnapi discover domain example.comLimit the request rate
vulnapi discover domain example.com --rate 5/sExit codes
Section titled “Exit codes”| Code | Meaning |
|---|---|
0 | Discovery completed successfully |
1 | Fatal error (invalid domain, network failure, etc.) |