Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
virustotalx — ♥ | Kitploit
Ferramentas/GitHubGitHub/orwagodfather/virustotalx
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityThreat Intelligence
GitHuborwagodfather/virustotalx

virustotalx

♥

Ver Repositório
21965há 11 mesesRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

virustotalx para endpoints

virustotalx para IPs (V2)

Instalação

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

crie 3 contas https://www.virustotal.com/gui/join-us e copie as 3 chaves da API ===>

root@kitploit:~
nano orwa.sh

&

root@kitploit:~
nano orwaV2.sh

cole aqui as 3 chaves de 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

Exemplo

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

próximo passo

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

Uso do orwa.sh para endpoints

Crie um arquivo de subdomínios EX ===> subdomain.txt ===> sem http/s

===>

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

===>

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

Uso do orwaV2.sh para IPs (V2)

Crie um arquivo de IPs EX ===> all-IP-range.txt ===> sem http/s

===>

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

===>

root@kitploit:~
cat endpointsV2.txt | httpx -sc -title
Baixar ferramenta