ubDomainsBrute 用于测试者的快速子域粗暴,渗透测试目标域名收集。高并发DNS暴力枚举,发现其他工具无法探测到的域名,如Google,aizhan,fofa。
依赖
pip安装dnspython gevent
用法
Usage: subDomainsBrute.py [options] target.com
Options:
–version show program’s version number and exit
-h, –help show this help message and exit
-f FILE File contains new line delimited subs, default is subnames.txt.
–full Full scan, NAMES FILE subnames_full.txt will be used to brute
-i, –ignore-intranet Ignore domains pointed to private IPs
-t THREADS, –threads=THREADS Num of scan threads, 200 by default
-p PROCESS, –process=PROCESS Num of scan Process, 6 by default
-o OUTPUT, –output=OUTPUT Output file name. default is {target}.txt
使用
默认字典,扫描qq.com,发现去重后域名2319个,耗时约298秒。

文章参考及下载:https://github.com/lijiejie/subDomainsBrute







暂无评论内容