What problem does it solve?
Manually resolving large lists of subdomains and verifying which ones are alive is slow and error-prone. This Skill automates bulk DNS resolution, record collection, and wildcard filtering so you can quickly turn raw subdomain lists into validated, actionable targets.
Core Features & Use Cases
- Bulk DNS Resolution: Query A, AAAA, CNAME, NS, MX, and TXT records for single domains or large lists with high concurrency.
- Subdomain Validation & Wildcard Filtering: Pipe subfinder output into dnsx to verify live subdomains and automatically filter wildcard DNS entries.
- Pipeline Integration: Chain with httpx for HTTP probing, extract IPs with deduplication, or pull CNAME records for subdomain takeover detection.
- Use Case: After enumerating subdomains for target.com with subfinder, pipe the results into dnsx to confirm which hosts resolve, extract unique IP addresses, and feed the live hosts into httpx for web service discovery.
Quick Start
Resolve all subdomains in subdomains.txt and show their A records using dnsx with silent output.