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
Test_CVE-2024-6387 — Test_CVE-2024-6387 is a lightweight, efficient tool designed to identify servers running vulnerable versions of OpenSSH | Kitploit
Ferramentas/GitHubGitHub/n1cks0n/test_cve-2024-6387
ReconnaissanceVulnerability ScannersInformation GatheringNetwork SecurityPenetration Testing
GitHubn1cks0n/test_cve-2024-6387

Test_CVE-2024-6387

Test_CVE-2024-6387 is a lightweight, efficient tool designed to identify servers running vulnerable versions of OpenSSH

Ver Repositório
1há 2 anosAinda não revisado

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

CVE-2024-6387

📜 Descrição

CVE-2024-6387_Check é uma ferramenta leve e eficiente projetada para identificar servidores executando versões vulneráveis do OpenSSH, visando especificamente a vulnerabilidade regreSSHion descoberta recentemente (CVE-2024-6387). Este script facilita a varredura rápida de múltiplos endereços IP, nomes de domínio e faixas de rede CIDR para detectar potenciais vulnerabilidades e garantir que sua infraestrutura esteja segura.

🌟 Funcionalidades

  • Varredura Rápida: Varra rapidamente múltiplos endereços IP, nomes de domínio e faixas CIDR para a vulnerabilidade CVE-2024-6387.
  • Recuperação de Banner: Recupera eficientemente banners SSH sem autenticação.
  • Multi-threading: Usa threading para verificações simultâneas, reduzindo significativamente o tempo de varredura.
  • Saída Detalhada: Fornece uma saída clara e codificada por emoji resumindo os resultados da varredura.
  • Verificação de Porta: Identifica portas fechadas e fornece um resumo de hosts sem resposta.

🚀 Uso

root@kitploit:~
python CVE-2024-6387_Check.py <targets> [--port PORT]

Exemplos

IP Único

root@kitploit:~
python CVE-2024-6387_Check.py 192.168.1.1

IPs de uma lista

root@kitploit:~
python CVE-2024-6387_Check.py -l ip_list.txt

Múltiplos IPs e Domínios

root@kitploit:~
python CVE-2024-6387_Check.py 192.168.1.1 example.com 192.168.1.2

Faixa CIDR

root@kitploit:~
python CVE-2024-6387_Check.py 192.168.1.0/24

Com Porta Personalizada

root@kitploit:~
python CVE-2024-6387_Check.py 192.168.1.1 example.com --port 2222

Saída

O script fornecerá um resumo dos alvos escaneados:

  • 🚨 Vulnerável: Servidores executando uma versão vulnerável do OpenSSH.
  • 🛡️ Não Vulnerável: Servidores executando uma versão não vulnerável do OpenSSH.
  • 🔒 Portas Fechadas: Contagem de servidores com a porta 22 (ou porta especificada) fechada.
  • 📊 Total Escaneado: Número total de alvos escaneados.
root@kitploit:~
🛡️ Servers not vulnerable: 1

   [+] Server at 157.90.125.31 (running SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11)

🚨 Servers likely vulnerable: 2

   [+] Server at 4.231.170.121 (running SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.10)
   [+] Server at 4.231.170.122 (running SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u2)

🔒 Servers with port 22 closed: 254

📊 Total scanned targets: 257

📚 Referências

Blog da Qualys sobre a vulnerabilidade regreSSHion

Baixar ferramenta