
♥
git clone https://github.com/orwagodfather/virustotalx.git
cd virustotalx
أنشئ 3 حسابات https://www.virustotal.com/gui/join-us وانسخ مفاتيح API الثلاثة ===>
nano orwa.sh
و
nano orwaV2.sh
الصق مفاتيح 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