hijack_dangling_cname
Detect dangling CNAME records that could enable subdomain takeover by resolving DNS and confirming vulnerable targets with HTTP fingerprint checks.
Instructions
Detect dangling CNAME records that could allow subdomain takeover. Resolves CNAME for each subdomain, checks if target returns NXDOMAIN/SERVFAIL, and matches against known service fingerprints with HTTP confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The base domain to scan for dangling CNAMEs (e.g. example.com) | |
| subdomains | No | List of subdomain prefixes to check. Defaults to common subdomains (www, mail, ftp, api, dev, staging, blog, shop, cdn, admin, etc.) |