今天给大家介绍一款子域名收集软件Subdomain-Takeover
下载地址:https://github.com/antichown/subdomain-takeover
一、环境 Kali2019.3 python2
二、安装过程:
1、下载到本地
https://github.com/antichown/subdomain-takeover.git
2、安装依赖包
pip install -r requirement.txt
三、命令
python takeover.py -d xxx.com -w wordlist.txt -t 20
or
python takeover.py -d xxx.com -f sublist.txt -t 20
-d 指定域名
-w/-f 指定字典
-t 线程数
禁止非法,后果自负