Introduction
The Metasploit Framework is a powerful open-source tool used for penetration testing, vulnerability assessment, and exploit development. While it is famous for its vast collection of exploits, it also includes a suite of "auxiliary" modules. These modules perform tasks that don't involve direct exploitation, such as scanning, fuzzing, sniffing, and reconnaissance.
In this lab, you will learn how to use one of Metasploit's most fundamental auxiliary modules: the TCP port scanner. You will learn how to select a module, configure its options like target hosts and ports, and execute the scan to discover open ports on a target machine.



