git clone https://github.com/orwagodfather/virustotalx.git
cd virustotalx
创建 3 个账户 https://www.virustotal.com/gui/join-us 并复制 3 个 API 密钥 ===>
nano orwa.sh
&
nano orwaV2.sh
在此处粘贴 3 个 API 密钥 ....
if [ $api_key_index -eq 1 ]; then
api_key="key-1"
elif [ $api_key_index -eq 2 ]; then
api_key="key-2"
else
api_key="key-3"
fi
示例
if [ $api_key_index -eq 1 ]; then
api_key="XXXXXXXXXXXXXX1"
elif [ $api_key_index -eq 2 ]; then
api_key="XXXXXXXXXXXXXX2"
else
api_key="XXXXXXXXXXXXXX3"
fi
下一步
chmod +x orwa.sh
&
chmod +x orwaV2.sh
创建子域名文件 EX ===> subdomain.txt ===> 不带 http/s
===>
./orwa.sh subdomain.txt | tee results.txt
===>
cat results.txt | egrep 'http|https' > endpoints.txt
创建 IP 文件 EX ===> all-IP-range.txt ===> 不带 http/s
===>
./orwaV2.sh all-IP-range.txt | tee endpointsV2.txt
===>
cat endpointsV2.txt | httpx -sc -title