Windows Recon: Nmap Host Discovery
Lab Environment
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: Your task is to discover available live hosts and their open ports using Nmap and identify the running services and applications.
Tools
Nmap
Writeup
ping -c 1 demo.ine.local
nmap -p- -sSVC --min-rate 7000 -n -Pn demo.ine.local -vvv
Last updated