
Test_CVE-2024-6387 è uno strumento leggero ed efficiente progettato per identificare server che eseguono versioni vulnerabili di OpenSSH
CVE-2024-6387_Check è uno strumento leggero ed efficiente progettato per identificare server che eseguono versioni vulnerabili di OpenSSH, mirando specificamente alla vulnerabilità regreSSHion recentemente scoperta (CVE-2024-6387). Questo script facilita la scansione rapida di più indirizzi IP, nomi di dominio e range di rete CIDR per rilevare potenziali vulnerabilità e garantire che la tua infrastruttura sia sicura.
python CVE-2024-6387_Check.py <targets> [--port PORT]
python CVE-2024-6387_Check.py 192.168.1.1
python CVE-2024-6387_Check.py -l ip_list.txt
python CVE-2024-6387_Check.py 192.168.1.1 example.com 192.168.1.2
python CVE-2024-6387_Check.py 192.168.1.0/24
python CVE-2024-6387_Check.py 192.168.1.1 example.com --port 2222
Lo script fornirà un riepilogo dei target scansionati:
🛡️ 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