subjack_check
Detect subdomain takeover vulnerabilities by identifying dangling DNS records pointing to unclaimed third-party services. Verify findings manually before reporting.
Instructions
Check for subdomain takeover vulnerabilities using Subjack.
Identifies dangling DNS records pointing to unclaimed third-party services (GitHub Pages, S3, Heroku, Netlify, Azure, etc.).
Args: domain: Target domain to check (e.g. example.com). subdomains_file: Path to file with subdomain list (one per line). If not provided, uses common wordlist. threads: Number of concurrent threads (default 20, max 100). timeout: Override default timeout in seconds.
Returns: List of potentially vulnerable subdomains with CNAME targets and service names.
Note: - A finding means the CNAME points to an unclaimed resource. - Manual verification required before claiming/reporting. - Target must be in tengu.toml [targets].allowed_hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| threads | No | ||
| timeout | No | ||
| subdomains_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||