
CVE-2024-6387-Check is a streamlined and efficient tool created to detect servers operating on vulnerable versions of OpenSSH.
CVE-2024-6387-Checker is a tool designed to identify servers running vulnerable versions of OpenSSH, specifically targeting the recently discovered regreSSHion vulnerability (CVE-2024-6387). This script facilitates rapid scanning of multiple IP addresses, domain names, and CIDR network ranges to detect potential vulnerabilities and ensure your infrastructure is secure.
python CVE-2024-6387.py <targets> [--port PORT]
python CVE-2024-6387.py 192.168.1.1
python CVE-2024-6387.py -l ip_list.txt
python CVE-2024-6387.py 192.168.1.1 example.com 192.168.1.2
python CVE-2024-6387.py 192.168.1.0/24
python CVE-2024-6387.py 192.168.1.1 example.com --port 2222
Qualys Blog on regreSSHion Vulnerability Qualys TXT on regreSSHion Vulnerability