What problem does it solve? Assessing an entire domain rather than a single host requires coordinating many disparate steps — DNS resolution, subdomain discovery, takeover detection, WHOIS intelligence, per-host scanning, and exploitation — and doing them ad hoc leads to missed assets and unverified findings. ## Core Features & Use Cases - Full domain attack-surface methodology: A 10-phase workflow covering resolution, subdomain enumeration, DNS recon (AXFR, DNSSEC, SPF/DMARC), WHOIS, per-subdomain recon, web scanning, vhost enumeration, takeover verification, exploitation, and cross-domain chaining. - Subdomain takeover detection and verification: Identifies dangling CNAMEs pointing at deprovisioned services (GitHub Pages, Heroku, S3, Azure) and walks through claim-based confirmation. - MCP tool orchestration: Maps each phase to concrete tools such as resolve_domain, enumerate_subdomains, dns_recon, vhost_enum, run_web_scan, and run_attack_module, with guidance on when to use the domain versus the resolved IP. - Use Case: Given an authorized target like example.com, run the quick assessment workflow to enumerate subdomains via crt.sh and DNS bruteforce, detect takeover candidates, and scan each web subdomain with nikto and nuclei within minutes. ## Quick Start Ask the operator to run an end-to-end domain attack-surface assessment against an authorized target domain, starting with resolve_domain and enumerate_subdomains.