今天给大家介绍一款子域名收集软件Ctfr
下载地址:https://github.com/UnaPibaGeek/ctfr

一、环境 kali2019.3 python3

二、安装过程:

1、复制到本地安装包

git clone https://github.com/UnaPibaGeek/ctfr.git

子域名收集 -- Ctfr_收集

2、安装依赖

cd ctfr

pip3 install -r requirements.txt

子域名收集 -- Ctfr_收集_02

三、命令
查看帮助:
python3 ctfr.py --help
扫描子域名:
python3 ctfr.py -d xxx.com
python3 ctfr.py -d xxx.com -o /root/1.txt
-d 指定目标
-o 将结果保存到指定目录

禁止非法,后果自负

欢迎关注公众号:web安全工具库

子域名收集 -- Ctfr_子域名_03