hunt-subdomain

Scan DNS records and verify claimability of unclaimed subdomains.

3|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-subdomain-cmndcntrlcyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-subdomain
Source: https://github.com/cmndcntrlcyber/rtpi/tree/main/knowledge_seed/bug_hunter_skills/hunt-subdomain
Command: npx skills add https://github.com/cmndcntrlcyber/rtpi --skill hunt-subdomain-cmndcntrlcyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires subfinder, amass, assetfinder, nuclei, subjack, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps identify and exploit subdomain vulnerabilities, allowing users to take control of unclaimed subdomains and serve malicious content under trusted domains.

Core Features & Use Cases

  • Subdomain Enumeration: Identify all subdomains associated with a target domain.
  • Vulnerability Detection: Check for CNAME records, DNS records, and HTTP responses indicating potential vulnerabilities.
  • Claimability Verification: Attempt to register unclaimed subdomains to confirm control.
  • Impact Assessment: Determine the potential impact of each subdomain vulnerability.
  • Real Impact Examples: Learn from real-world examples of subdomain takeovers.

Quick Start

Use the hunt-subdomain skill to scan for subdomain vulnerabilities in the domain 'example.com'.

Frequently Asked Questions about hunt-subdomain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect subdomain takeover vulnerabilities during a security audit?

Subdomain takeover detection involves enumerating subdomains with tools like subfinder and amass, then checking DNS CNAME records and HTTP responses for unclaimed endpoints. This skill automates that scanning process and verifies subdomain claimability for red teaming scenarios.

What is subdomain takeover and when do I need to scan for it?

Subdomain takeover occurs when an unclaimed subdomain points to a deprovisioned external service, allowing attackers to serve malicious content under a trusted domain. You need to scan for it during web application security auditing to prevent attackers from claiming dangling DNS records.

Can I use subfinder and nuclei together for subdomain vulnerability scanning?

Yes, subdomain vulnerability scanning integrates subfinder, amass, and assetfinder for enumeration, nuclei for vulnerability detection, and subjack for takeover verification. This skill orchestrates these dependencies to identify claimable subdomains across various providers.

What's the best way to verify if a dangling subdomain is claimable?

Verifying subdomain claimability requires checking provider-specific error messages in HTTP responses and DNS records, then attempting to register the unclaimed subdomain. This skill handles common subdomain providers to confirm control and assess potential impact.

Do I need amass and subjack installed to check for unclaimed subdomains?

Yes, checking for unclaimed subdomains requires subfinder, amass, assetfinder, nuclei, and subjack installed. These dependencies provide the enumeration depth and provider-specific detection logic needed to identify and verify subdomain vulnerabilities.

Why does my subdomain enumeration not find any vulnerable CNAME records?

Subdomain enumeration may miss vulnerable CNAME records if passive sources are limited or DNS entries are properly managed. This skill combines multiple enumeration tools and active verification to reduce false negatives when identifying dangling subdomain pointers.