
♥
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