
♥
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 ===> wihtout http/s
===>
./orwa.sh subdomain.txt | tee results.txt
===>
cat results.txt | egrep 'http|https' > endpoints.txt
IPs फ़ाइल बनाएँ EX ===> all-IP-range.txt ===> wihtout http/s
===>
./orwaV2.sh all-IP-range.txt | tee endpointsV2.txt
===>
cat endpointsV2.txt | httpx -sc -title