hijack_subdomain_takeover
Detect subdomain takeover by discovering subdomains via Certificate Transparency, checking dangling CNAMEs, matching vulnerable service fingerprints, and confirming risk with HTTP.
Instructions
Full subdomain takeover scan. Optionally discovers subdomains via Certificate Transparency (crt.sh), then checks each for dangling CNAMEs, matches against known vulnerable service fingerprints, and reports takeover risk with HTTP confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The base domain to scan for subdomain takeover (e.g. example.com) | |
| use_ct | No | If true, query crt.sh Certificate Transparency logs to discover subdomains. Default: false (uses built-in common subdomain list). |