
♥
git clone https://github.com/orwagodfather/virustotalx.git
cd virustotalx
créez 3 comptes https://www.virustotal.com/gui/join-us et copiez les 3 clés API ===>
nano orwa.sh
&
nano orwaV2.sh
collez les 3 clés API ici ....
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
Ex
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
étape suivante
chmod +x orwa.sh
&
chmod +x orwaV2.sh
Créez un fichier de sous-domaines EX ===> subdomain.txt ===> sans http/s
===>
./orwa.sh subdomain.txt | tee results.txt
===>
cat results.txt | egrep 'http|https' > endpoints.txt
Créez un fichier d'IPs EX ===> all-IP-range.txt ===> sans http/s
===>
./orwaV2.sh all-IP-range.txt | tee endpointsV2.txt
===>
cat endpointsV2.txt | httpx -sc -title