【笔记】ShuiZe水泽学习笔记

前言

水泽-信息收集自动化工具(Github

下载项目

1
2
git clone https://github.com/0x727/ShuiZe_0x727.git
cd ShuiZe_0x727

安装

1
bash build.sh

查看帮助

1
python3 ShuiZe.py -h

配置密钥

fofa

iniFile/config.ini
1
2
3
[fofa api]
EMAIL =
KEY =

shodan

iniFile/config.ini
1
2
[shodan api]
SHODAN_API_KEY =

quake

iniFile/config.ini
1
2
[quake api]
X-QuakeToken =

根据域名收集资产

  • 收集的资产包括:企业信息、子域名、备案信息
1
python3 ShuiZe.py -d <domain>

指定批量域

1
python3 ShuiZe.py --domainFile <filename>.txt

完成

参考文献

哔哩哔哩——逆风微笑的代码狗