MSFC analysis
The scan process is over. It will nearly take two minutes, and it will discover one new host, because we only had one host, with 33
new services installed on it. Now, we're going to go back and click on my Metasploitable machine to see what we have discovered. We can see in the following screenshot it has found 33
services and also it managed to detect one vulnerability:

Results of Metasploitable scan
Go to Analysis
| Hosts
, and we will that see that we have our host here, and it has been scanned correctly. It's a VMware, it's a server
, and it's running on Linux 8.04
:

Host Scan
If we click on the IP, we will see in the following screenshot. The first thing that we see is the installed services:

Installed services
We can see the NAME
of the service, for example, dns
, running on port 53
; the PROTO
, which means the protocol is udp
; it's an open
port; and also we have the SERVICE INFORMATION
.
You can switch through pages using the arrow buttons at the bottom-right of the page. It will...