获取项目
复制代码
1
2git clone https://github.com/0x727/ShuiZe_0x727
加权、安装依赖
复制代码
1
2
3chmod 777 build.sh ./build.sh
运行前记得修改build.sh
ubuntu可以不用更改,centos只需要将build.sh文件的apt改成yum就好
ubuntu:
复制代码
1
2
3
4
5
6
7
8
9
10
11#!/bin/bash apt install python3 -y apt install python3-pip --fix-missing -y apt install python3-setuptools -y apt install tmux -y python3 -m pip install --upgrade pip python3 -m pip install openpyxl==2.6.4 python3 -m pip install Cython python3 -m pip install -r requirements.txt chmod 777 ./Plugins/infoGather/subdomain/ksubdomain/ksubdomain_linux
centos:
复制代码
1
2
3
4
5
6
7
8
9
10
11#!/bin/bash yum install python3 -y yum install python3-pip --fix-missing -y yum install python3-setuptools -y yum install tmux -y python3 -m pip install --upgrade pip python3 -m pip install openpyxl==2.6.4 python3 -m pip install Cython python3 -m pip install -r requirements.txt chmod 777 ./Plugins/infoGather/subdomain/ksubdomain/ksubdomain_linux
配置api参数
复制代码
1
2
3[root@VM-4-2-centos ShuiZe_0x727]# cd iniFile/ [root@VM-4-2-centos iniFile]# vi config.ini
shuize用法
语法 | 功能 |
---|---|
python3 ShuiZe.py -d domain.com | 收集单一的根域名资产 |
python3 ShuiZe.py --domainFile domain.txt | 批量跑根域名列表 |
python3 ShuiZe.py -c 192.168.1.0,192.168.2.0,192.168.3.0 | 收集C段资产 |
python3 ShuiZe.py -f url.txt | 对url里的网站漏洞检测 |
python3 ShuiZe.py --fofaTitle XXX大学 | 从fofa里收集标题为XXX大学的资产,然后漏洞检测 |
python3 ShuiZe.py -d domain.com --justInfoGather 1 | 仅信息收集,不检测漏洞 |
python3 ShuiZe.py -d domain.com --ksubdomain 0 | 不调用ksubdomain爆破子域名 |
最后
以上就是文静荷花最近收集整理的关于ShuiZe安装,全网最简单教程的全部内容,更多相关ShuiZe安装内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复