
Fast. Lean. No-BS.
Python script for initial exposure check of the CVE-2025-3243 vulnerability related to the Erlang/OTP SSH client.
This project was designed for quick triage, reduction of operational uncertainty, and attack surface validation in environments where SSH is a critical asset.
CVE-2025-3243 affects specific versions of the Erlang/OTP SSH Client, potentially causing unexpected behavior during connection negotiation.
👉 This script does NOT exploit the vulnerability.
👉 It detects signals, measures response, and collects technical indicators for decision making.
Think of it as early-warning intelligence, not as a weapon.
All with low noise, low risk, and high signal.
timeout and ssh via CLI)python3 cve_2025_3243_checker.py <host>
Exemplo
Copiar código
Bash
python3 cve_2025_3243_checker.py 192.168.1.10
🧾 Saída esperada (exemplo)
Copiar código
Text
[+] Testando 192.168.1.10:22
[*] Banner: SSH-2.0-OpenSSH_8.9
[*] Testando conexão SSH básica...
[!] Falha de autenticação (normal)
[+] Tempo total: 1.42s
⚠️ Falha de autenticação é esperada