← 返回
未分类 中文

Subdomain Takeover Checker

Check subdomains for potential takeover vulnerabilities. Detects dangling DNS records pointing to unclaimed services (GitHub Pages, Heroku, AWS, etc.)
检测子域名的潜在接管漏洞,识别悬空DNS记录(指向未注册服务如GitHub Pages、Heroku、AWS等)
hostilespider hostilespider 来源
未分类 clawhub v1.0.0 1 版本 99858.8 Key: 无需
★ 0
Stars
📥 707
下载
💾 0
安装
1
版本
#latest

概述

Subdomain Takeover Checker

Detect dangling DNS records that could be hijacked. Checks if subdomains point to services that might be unclaimed.

Quick Start

# Check a list of subdomains
bash {baseDir}/scripts/check-takeover.sh -l subdomains.txt

# Check single subdomain
bash {baseDir}/scripts/check-takeover.sh -d sub.example.com

# Passive DNS only (no HTTP verification)
bash {baseDir}/scripts/check-takeover.sh -l subdomains.txt --passive

What It Checks

CNAME records pointing to known vulnerable services:

  • GitHub Pages (.github.io, .github.com)
  • Heroku (.herokudns.com, .herokuapp.com)
  • AWS (.amazonaws.com, .s3.amazonaws.com, *.cloudfront.net)
  • Azure (.azurewebsites.net, .cloudapp.azure.com)
  • Shopify (*.myshopify.com)
  • Fastly (*.fastly.net)
  • Pantheon (*.pantheonsite.io)
  • Surge (*.surge.sh)
  • Tumblr (*.tumblr.com)
  • WordPress (*.wordpress.com)
  • Zendesk (*.zendesk.com)
  • 50+ more services...

Options

  • -l FILE — File with subdomains (one per line)
  • -d DOMAIN — Single subdomain to check
  • --passive — DNS-only check (no HTTP requests)
  • --json — JSON output
  • --timeout SECS — DNS timeout (default: 5)
  • --output FILE — Write results to file

Output

=== Subdomain Takeover Scan ===
Scanning 50 subdomains...

⚠️  VULNERABLE:
  blog.example.com → example.github.io (GitHub Pages — claimable)
  old.example.com → example.herokuapp.com (Heroku — claimable)

✅ SAFE:
  api.example.com → cloudfront.net (AWS — active)
  www.example.com → A record (direct)

Summary: 2/50 potentially vulnerable

Remediation

If a subdomain is vulnerable:

  1. Remove the DNS record, OR
  2. Reclaim the service (re-register the GitHub repo, Heroku app, etc.)
  3. Set up monitoring to catch future dangles

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 04:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,880
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,892
data-analysis

Lightpanda Scraper

hostilespider
快速无头浏览器网页抓取,使用 Lightpanda(页面加载 0.5 秒,比 Chromium 快 90 倍),适用于 OSINT 侦察、链接提取和内容抓取。
★ 1 📥 454