Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
virustotalx — ♥ | Kitploit
Strumenti/GitHubGitHub/orwagodfather/virustotalx
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityThreat Intelligence
GitHuborwagodfather/virustotalx

virustotalx

♥

Vedi Repository
2196511 mesi faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

virustotalx per gli endpoint

virustotalx per gli IP (V2)

Installazione

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

crea 3 account https://www.virustotal.com/gui/join-us e copia le 3 chiavi API ===>

root@kitploit:~
nano orwa.sh

&

root@kitploit:~
nano orwaV2.sh

incolla qui le 3 chiavi 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

Esempio

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

passo successivo

chmod +x orwa.sh & chmod +x orwaV2.sh

Utilizzo di orwa.sh per gli endpoint

Crea un file di sottodomini EX ===> subdomain.txt ===> senza http/s

===>

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

===>

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

Utilizzo di orwaV2.sh per gli IP (V2)

Crea un file di IP EX ===> all-IP-range.txt ===> senza http/s

===>

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

===>

root@kitploit:~
cat endpointsV2.txt | httpx -sc -title
Scarica lo strumento