简介
Sn1per是一种自动扫描仪,可在渗透测试中使用,以枚举和扫描漏洞。
安装
你可以使用docker来安装它
docker pull menzo/sn1per-docker
docker run --rm -ti menzo/sn1per-docker sniper menzo.io
也可以正常用安装脚本安装
首先clone下来
git clone https://github.com/1N3/Sn1per.git
cd Sn1per/
修改安装脚本的执行权限
chmod +x install.sh
安装
./install.sh
root@7c81645eb6d8:~/Sn1per# ./install.sh
____
_________ / _/___ ___ _____
/ ___/ __ \ / // __ \/ _ \/ ___/
(__ ) / / // // /_/ / __/ /
/____/_/ /_/___/ .___/\___/_/
/_/
+ -- --=[http://crowdshield.com
+ -- --=[This script will install sniper under /usr/share/sniper. Are you sure you want to continue?
输入回车安装
安装完成后输入
sniper +目标域名 | tee bboysoul.txt
来将输出保存到bboysoul.txt文件夹中
Having fun