Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.18 KB

File metadata and controls

26 lines (21 loc) · 1.18 KB

Nmap Module

Type: Module
Difficulty: Medium
Description:
Learn how to leverage the Nmap network scanner to discover live hosts and open ports 
using basic and advanced scan options.

In this module, we will learn how to utilise the Nmap scanner to discover live hosts 
and scan them for open ports. You will gain a deep knowledge of the various Nmap 
port scans, from TCP connect and stealth (SYN) port scans to null, FIN, Xmas and idle 
host (zombie) port scans. We will explore in detail the advanced options, including 
packet fragmentation, source address spoofing, and decoys. We will learn to use OS 
and service detection and how to leverage the power of Nmap scripts. Finally, we 
demonstrate the different ways to save Nmap scan results for future reference.

Web link: https://tryhackme.com/module/nmap

Included rooms