// what it is
Description
Concurrent DNS resolver and toolkit — resolves A/CNAME/MX/TXT/etc., does wildcard detection, supports the WHOLE Project Discovery pipeline.
// use cases
What people use it for
- Bulk-resolve a list of subdomains to live IPs
- Detect wildcard DNS that breaks naive subdomain bruteforce
- Output JSON for downstream tooling
// commands
The commands you'll type
Resolve subdomains
$ cat subs.txt | dnsx -resp -silentWildcard-aware brute
$ dnsx -d target.tld -w wordlist.txt -wd target.tld