Back

Lesson 1: Introduction and Setup

Learn what NMAP is and how to configure your lab environment

1 / 3
Progress33%
1

What is NMAP?

NMAP (Network Mapper) is a free, open-source network discovery and security auditing tool. It was designed to rapidly scan large networks and determine:

Available Hosts

Which hosts are available on the network

Services

What services (application name and version) those hosts are offering

Operating Systems

What operating systems they are running

Security

What type of packet filters/firewalls are in use

Basic scanning example
nmap 192.168.1.100
Scans host 192.168.1.100 on the top 1000 most popular ports