Introduction
In this lab, you will learn how to use an auxiliary scanner module within the Metasploit Framework to perform SSH (Secure Shell) version enumeration. Metasploit is a powerful penetration testing tool that contains a vast collection of exploits, payloads, and auxiliary modules.
Auxiliary modules are not used for direct exploitation but for other purposes like scanning, fuzzing, and information gathering. SSH enumeration is a key part of the reconnaissance phase of a security assessment. By identifying the specific version of an SSH server, an attacker can search for known vulnerabilities associated with that version.
You will learn to launch the Metasploit console, search for the appropriate module, configure its options, and run it against a target to discover its SSH version.


