项目作者:savior-only
项目地址:https://github.com/savior-only/ten-thousand-buddhas
一、工具介绍
ten-thousand-buddhas一款利用fofa进行子域收集、xray漏洞fuzz、server酱即时通知提醒的互联网暴露面资产自动化快速打点工具。
二、安装与使用
1、lib/config.py 记得根据自己的实际情况填写
2、根据自己的系统进行下载,建议选用linux及mac系统运行
xray
cd ten-thousand-buddhas/tools/xray
wget https://github.com/chaitin/xray/releases/download/1.8.4/xray_linux_amd64.zip
unzip xray_linux_amd64.zip
mv xray_linux_amd64 xray
crawlergo
cd ten-thousand-buddhas/tools/
git clone https://github.com/qianlitp/crawlergo.git
cd crawlergo/cmd/crawlergo
go build
mv crawlergo ../../
wafw00f
cd ten-thousand-buddhas/tools/
git clone https://github.com/enablesecurity/wafw00f.git
chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get -f install
whereis google-chrome # 将获取到的chrome路径填写到lib/config.py的相应位置
三、下载地址:
通过项目地址下载
四、声明:
仅供安全研究与学习之用,若将工具做其他用途,由使用者承担全部法律及连带责任,作者不承担任何法律及连带责任。