Search Header Logo
Nmap

Nmap

Assessment

Presentation

Computers

Professional Development

Practice Problem

Hard

Created by

Magdalena Harasiewicz

Used 2+ times

FREE Resource

3 Slides • 2 Questions

1

​Nmap: network discovering and security auditing

By Magdalena Harasiewicz

media

2

Nmap (short for Network Mapper) is a powerful open-source tool used for:

  • Port scanning: See which ports are open on a target machine.

  • Service detection: Identify what services (e.g., HTTP, SSH) are running and their versions.

  • OS fingerprinting: Guess the operating system of a remote host.

  • Network inventory: Map out devices on a network.

  • Vulnerability scanning: With scripts (via Nmap Scripting Engine, NSE), it can detect known vulnerabilities.

3

​Nmap basic commands:

  • -sT TCP Connect: Full connection; easy to detect; no root needed

  • -sS SYN (Stealth): Half-open scan; fast and stealthy; needs root.

  • -sU UDP Scan: Scans UDP ports; slower and less reliable.

  • -sV Version Detection: Identifies service versions.

  • -O OS Detection: Guesses operating system via fingerprinting.

  • -sn Ping Scan: Checks which hosts are online; no port scan.

  • -A Aggressive Scan: Combines OS, version, script, and traceroute.

  • --script NSE: Runs custom scripts for advanced scanning.

4

Multiple Select

Nmap is an open-source tool that:

1

Is legal but you can't use it on external networks without permission

2

Discovers hosts and services on a computer network.

3

Is an illegal tool, only used by hackers

4

can't be used to detect vulnerabilities

5

Multiple Select

What does the following command perform?
nmap -sT -P0 -n <IPaddress> -p-

1

Performs a TCP Connect scan, establishing a full TCP connection to each port

2

it will only show open ports

3

enable DNS resolution

4

Scans all 65,535 TCP ports (from 1 to 65535)

​Nmap: network discovering and security auditing

By Magdalena Harasiewicz

media

Show answer

Auto Play

Slide 1 / 5

SLIDE