如何使用BadDNS检测子域名接管问题

admin 2024年11月3日12:55:18评论13 views字数 1698阅读5分39秒阅读模式

关于BadDNS

BadDNS是一款功能强大的子域名接管检测工具,该工具还支持检测其他与DNS相关的安全问题,例如区域传输或NSEC区域行走等。

如何使用BadDNS检测子域名接管问题

功能介绍

1、cname - 检查无效的 CNAME 记录并查询它们是否存在子域名接管机会

2、ns - 检查无效的 NS 记录并查询它们以寻找接管机会

3、mx - 检查无效的 MX 记录并评估其基本域的可用性

4、nsec - 通过 NSEC-walking 枚举子域名

5、references - 检查 HTML 内容中是否存在可劫持域名的链接或其他引用

6、txt - 检查 TXT 记录内容中是否存在可劫持域名

7、zonetransfer-尝试 DNS 区域传输

工具要求

Python 3

工具模块

模块名称 描述
cname 检查无效的 CNAME 记录并查询它们是否存在子域名接管机会
ns 检查无效的 NS 记录,并查询它们以寻找接管机会
mx 检查无效的 MX 记录并评估其基本域的可用性
nsec 通过 NSEC-walking 枚举子域名
references 检查 HTML 内容中是否存在包含可劫持域名的链接或其他引用
txt 检查 TXT 记录内容是否存在可劫持域名
zonetransfer 尝试 DNS 区域传输
工具安装

由于该工具基于Python 3开发,因此我们首先需要在本地设备上安装并配置好最新版本的Python 3环境。

源码安装

接下来,广大研究人员可以直接使用下列命令将该项目源码克隆至本地:

git clone https://github.com/daniel2005d/mapXplore

Pypi安装

pip install baddns

pipx安装

pipx install git+https://github.com/blacklanternsecurity/baddns
工具使用
usage: baddns [-h] [-n CUSTOM_NAMESERVERS] [-c CUSTOM_SIGNATURES] [-l] [-s] [-m MODULES] [-d] [target]Check subdomains for subdomain takeovers and other DNS tomfoolerypositional arguments:  target                subdomain to analyzeoptions:  -h, --help            show this help message and exit  -n CUSTOM_NAMESERVERS, --custom-nameservers CUSTOM_NAMESERVERS                        Provide a list of custom nameservers separated by comma.  -c CUSTOM_SIGNATURES, --custom-signatures CUSTOM_SIGNATURES                        Use an alternate directory for loading signatures  -l, --list-modules    List available modules and their descriptions.  -s, --silent          Show only vulnerable targets  -m MODULES, --modules MODULES                        Comma separated list of module names to use. Ex: module1,module2,module3  -d, --debug           Enable debug logging
工具运行演示

简单检查

baddns subdomaintocheck.example.com

指定模块

baddns -m CNAME subdomaintocheck.example.combaddns -m CNAME,NS subdomaintocheck.example.com

列出可用模块

baddns -l

自定义名称服务器

baddns -n 1.1.1.1 subdomaintocheck.example.com
工具运行演示

如何使用BadDNS检测子域名接管问题如何使用BadDNS检测子域名接管问题

许可证协议

本项目的开发与发布遵循GPL-3.0开源许可协议。

项目地址

BadDNS

https://github.com/daniel2005d/mapXplore

原文始发于微信公众号(FreeBuf):如何使用BadDNS检测子域名接管问题

 

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2024年11月3日12:55:18
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   如何使用BadDNS检测子域名接管问题https://cn-sec.com/archives/3349689.html

发表评论

匿名网友 填写信息