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
valhalla — Scanner de vulnerabilidades com tecnologia Shodan que descobre dispositivos expostos e varre alvos em busca de CVEs e vulnerabilidades conhecidas usando consultas dork e listas de IP. | Kitploit
Ferramentas/GitHubGitHub/gotr00t0day/valhalla
ReconhecimentoScanners de VulnerabilidadesExploraçãoColeta de Informações
GitHubgotr00t0day/valhalla

valhalla

Scanner de vulnerabilidades com tecnologia Shodan que descobre dispositivos expostos e varre alvos em busca de CVEs e vulnerabilidades conhecidas usando consultas dork e listas de IP.

Ver Repositório
101182há 3 anosRevisado 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

valhalla

Valhalla encontra dispositivos vulneráveis no Shodan, também pode escanear uma lista de domínios para encontrar vulnerabilidades.

INSTALAÇÃO

git clone https://github.com/gotr00t0day/valhalla.git

cd valhalla

pip3 install -r requirements.txt

chmod +x install.sh
./install.sh

USO

root@kitploit:~
            ,
       ,   |\ ,__
       |\   \/   `.
        \ `-.:.     `\
         `-.__ `\=====|
            /=`'/   ^_\
          .'   /\   .=)
       .-'  .'|  '-(/_|
     .'  __(  \  .'`
    /_.'`  `.  |`
            \ |
             |/  "No system is safe"

____   ____      .__  .__           .__  .__
\   \ /   /____  |  | |  |__ _____  |  | |  | _____
 \   Y   /\__  \ |  | |  |  \\__  \ |  | |  | \__  \
  \     /  / __ \|  |_|   Y  \/ __ \|  |_|  |__/ __ \_
   \___/  (____  /____/___|  (____  /____/____(____  /
               \/          \/     \/               \/
               Author:  c0deninja
               Version: v1.8


usage: valhalla.py [-h] [-p 8080] [-t TARGET] [-d DORK] [-f FILE] [-cve CVE_ID]
                   [-vuln VULNERABILITY]

options:
  -h, --help            show this help message and exit
  -p 8080, --port 8080  port number to use
  -t TARGET, --target TARGET
                        file to scan
  -d DORK, --dork DORK  Dork to scan
  -f FILE, --file FILE  file to scan
  -cve CVE_ID, --cve_id CVE_ID
                        scan by cve id
  -vuln, --vulnerability
                        scan for vulnerabilities
  -ips, --ipaddresses   getting ip addresses from shodan

EXEMPLO

Escaneamento Normal

root@kitploit:~
python3 valhalla.py -t IP --port 443

Extraindo IPs com um dork do Shodan

root@kitploit:~
python3 valhalla.py -d "SHODAN DORK HERE" -ips

Escaneamento com Dork

root@kitploit:~
python3 valhalla.py -d 'SHODAN DORK HERE' --port 80

Escanear um arquivo com um ID de CVE

root@kitploit:~
python3 valhalla.py -f ips.txt --cve_id CVE-2022-30525

Escanear um alvo com um ID de CVE

root@kitploit:~
python3 valhalla.py -t IP --port 443 --cve_id CVE-2022-30525

Escaneamento com Dork e um ID de CVE

root@kitploit:~
python3 valhalla.py -d 'DORK HERE' --cve_id CVE-2022-30525 --port 80

Escaneamento de Vulnerabilidades

root@kitploit:~
python3 valhalla.py -t IP --port 443 --vulnerability

Escaneamento de Vulnerabilidades com um dork

root@kitploit:~
python3 valhalla.py -d 'DORK HERE' --port 443 --vulnerability
Baixar ferramenta