
This script is a modified version of an original exploit that allows enumeration of SSH users on vulnerable servers (OpenSSH 2.3 < 7.7).
-u argument.-w argument.Make sure you have Python 3.x installed on your system.
Install the required dependencies by running pip install -r requirements.txt to ensure you have the necessary libraries (such as paramiko and colorama).
Run the script with the following arguments:
To enumerate a single user:
python CVE-2018-15473.py <target_IP> -u <username>

To enumerate users from a list:
python CVE-2018-15473.py <target_IP> -w <user_list_file>

The script will display the results in the console.
paramiko package (install with pip install paramiko)colorama package (install with pip install colorama)This script is provided for educational and security purposes. Its use on systems or networks without explicit authorization is not recommended.
This script is an edited version of an original exploit. Credits and details of the original version can be found here.