Scan the Server 1

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: This lab covers the process of performing port scanning and service detection with Nmap.

Tools

The best tools for this lab are:

  • Nmap

Writeup

ping -c 1 demo.ine.local
nmap -p- -sSVC --min-rate 7000 -n -Pn demo.ine.local -vvv

Last updated