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
cve-2026-45185-detection-script — These detection scripts are property of the SECPlayground Platform. Two safe detection scripts. Neither drives the close_notify-mid-BDAT trigger, so they will not crash the daemon or leave panic-log entries. Both verdicts are "likely vulnerable" — distinguishing GnuTLS from OpenSSL builds remotely is not reliable without exploitation. | Kitploit
Ferramentas/GitHubGitHub/materaj2/cve-2026-45185-detection-script
Vulnerability ScannersVulnerability AnalysisExploitationNetwork SecurityPenetration TestingEmail Security
GitHubmateraj2/cve-2026-45185-detection-script

cve-2026-45185-detection-script

Ver Repositório

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 →

Sobre

1há 3 mesesAinda não revisado

These detection scripts are property of the SECPlayground Platform. Two safe detection scripts. Neither drives the close_notify-mid-BDAT trigger, so they will not crash the daemon or leave panic-log entries. Both verdicts are "likely vulnerable" — distinguishing GnuTLS from OpenSSL builds remotely is not reliable without exploitation.

Compartilhar

Scripts de Detecção do CVE-2026-45185

(c) Plataforma SECPlayground — https://www.secplayground.com

Estes scripts de detecção são propriedade da Plataforma SECPlayground.

Dois scripts de detecção seguros. Nenhum aciona o gatilho close_notify-mid-BDAT, portanto não irão travar o daemon ou deixar entradas de log de pânico.

Ambos os veredictos são "provavelmente vulneráveis" — distinguir construções GnuTLS de OpenSSL remotamente não é confiável sem exploração.

Nuclei

root@kitploit:~
# from the lab dir, against the running container
nuclei -t detect/CVE-2026-45185.yaml -u 127.0.0.1:2525

# scan a netblock on common SMTP ports
nuclei -t detect/CVE-2026-45185.yaml -l targets.txt

O modelo testa as portas 25,465,587,2525 e corresponde quando todas as três são verdadeiras: versão Exim 4.97-4.99.2, STARTTLS anunciado, CHUNKING anunciado.

Nmap NSE

root@kitploit:~
# single host
nmap -p 2525 --script ./detect/cve-2026-45185.nse 127.0.0.1

# discovery sweep across SMTP ports
nmap -p 25,465,587,2525 --script ./detect/cve-2026-45185.nse 10.0.0.0/24

# install globally (optional)
sudo cp detect/cve-2026-45185.nse /usr/share/nmap/scripts/
sudo nmap --script-updatedb
nmap -p 2525 --script cve-2026-45185 127.0.0.1
Baixar ferramenta