Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
virustotalx — ♥ | Kitploit
उपकरण/GitHubGitHub/orwagodfather/virustotalx
OSINT (खुला स्रोत खुफिया)टोहीजानकारी एकत्र करनावेब सुरक्षाखतरा खुफिया
GitHuborwagodfather/virustotalx

virustotalx

♥

रिपॉजिटरी देखें
2196551 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

endpoints के लिए virustotalx

IPs (V2) के लिए virustotalx

स्थापना

root@kitploit:~
git clone https://github.com/orwagodfather/virustotalx.git
root@kitploit:~
cd virustotalx

3 खाते बनाएँ https://www.virustotal.com/gui/join-us और 3 API कुंजियाँ कॉपी करें ===>

root@kitploit:~
nano orwa.sh

&

root@kitploit:~
nano orwaV2.sh

यहाँ 3 API कुंजियाँ पेस्ट करें ....

root@kitploit:~
  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

उदाहरण

root@kitploit:~
  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

endpoints के लिए orwa.sh का उपयोग

सबडोमेन फ़ाइल बनाएँ EX ===> subdomain.txt ===> wihtout http/s

===>

root@kitploit:~
./orwa.sh subdomain.txt | tee results.txt 

===>

root@kitploit:~
cat results.txt | egrep 'http|https' > endpoints.txt

IPs (V2) के लिए orwaV2.sh का उपयोग

IPs फ़ाइल बनाएँ EX ===> all-IP-range.txt ===> wihtout http/s

===>

root@kitploit:~
./orwaV2.sh all-IP-range.txt | tee endpointsV2.txt 

===>

root@kitploit:~
cat endpointsV2.txt | httpx -sc -title
टूल डाउनलोड करें