
♥
git clone https://github.com/orwagodfather/virustotalx.git
cd virustotalx
crie 3 contas https://www.virustotal.com/gui/join-us e copie as 3 chaves da API ===>
nano orwa.sh
&
nano orwaV2.sh
cole aqui as 3 chaves de 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
Exemplo
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
próximo passo
chmod +x orwa.sh
&
chmod +x orwaV2.sh
Crie um arquivo de subdomínios EX ===> subdomain.txt ===> sem http/s
===>
./orwa.sh subdomain.txt | tee results.txt
===>
cat results.txt | egrep 'http|https' > endpoints.txt
Crie um arquivo de IPs EX ===> all-IP-range.txt ===> sem http/s
===>
./orwaV2.sh all-IP-range.txt | tee endpointsV2.txt
===>
cat endpointsV2.txt | httpx -sc -title