banner
NEWS LETTER

subDomainsBrute

Scroll down

工具地址

subDomainsBrute


工具介绍

高并发的DNS暴力枚举工具,支持Python3.6+和Python2.7,建议使用Python3.8+。

搭建流程

Ubuntu上下载安装

1
pip3 install aiodns

使用方法

修改,dict目录下的dns_servers.txt

1
2
3
4
5
6
119.29.29.29
182.254.116.116
# 223.5.5.5
# 223.6.6.6
114.114.115.115
114.114.114.114

修改完成后进行安装,就可以开始运行了
-w 解决泛解析问题

1
python3 subDomainsBrute.py cisp.cn --full -t 30 -w -o cisp.txt

当DNS问题无法运行时候,可以多运行几次

其他文章
请输入关键词进行搜索