Courses / Nmap Mastery: Dominate Network Scanning

Essential Nmap Scanning

Last Edit: 09-04-2025

Pro Chapter

This chapter is exclusive to Pro members

Upgrade to Pro to unlock:
  • Full access to all courses & chapters
  • Advanced learning materials
  • New Courses and Labs every month
  • Exclusive Guided Mode in Labs
  • Official step-by-step solutions
  • All Labs features (extend time, etc)
Upgrade to Pro Now $11.33/mo Yearly Plan $8.50/mo

Overview

Nmap provides various scanning techniques to map a network, discover hosts, and identify open ports. In this module, you will learn:

  • Basic Nmap commands and syntax
  • Common scan types (SYN, TCP Connect, UDP)
  • How to interpret scan results

Basic Nmap Commands and Syntax

Nmap follows a simple command structure:

nmap [options] [target]

  • [options] – Flags that modify the scan (e.g., sS, sT, sU
).
  • [target] – The IP address, hostname, or subnet to scan.
  • Example:

    Scan a single IP address:

    nmap 192.168.1.1

    Scan a range of IPs:

    Pro Content

    This chapter contains advanced content available to Pro members only.

    Upgrade to Pro