Last updated 12 days ago
In this lab environment, you will be provided with GUI access to a Kali machine. The target machine will be accessible at demo.ine.local.
Objective: This lab covers the process of performing port scanning and service detection with Nmap.
The best tools for this lab are:
Nmap
ping -c 1 demo.ine.local
nmap -p- -sSVC --min-rate 7000 -n -Pn demo.ine.local -vvv