TryHackMe | Nmap | Part 1 Walkthrough

Опубликовано: 14 Февраль 2026
на канале: PLei
209
6

Part 1 of an in depth look at scanning with Nmap, a powerful network scanning tool.

As always, I recommend to read through every task to get a complete understanding of each room. Happy learning!

♾️TIMESTAMP ♾️
0:54 Task 1 - Deploy
1:27 Task 2 - Introduction
2:57 Task 3 - Nmap Switches
11:24 Task 4 - Scan Types Overview
11:36 Task 5 - Scan Types TCP Connect Scans
12:52 Task 6 - Scan Types SYN Scans
13:49 Task 7 - Scan Types UDP Scans
14:50 Task 8 - Scan Types NULL, FIN and Xmas
16:40 Task 9 - Scan Types ICMP Network Scanning

Nmap, short for "Network Mapper," is a powerful open-source tool used for network discovery and security auditing. It is designed to explore networks, identify hosts, and gather information about them. Nmap employs various techniques, including port scanning, version detection, and OS fingerprinting, to provide a comprehensive view of the devices and services running on a network.

Key features of Nmap include:

Host Discovery: Nmap can determine which hosts are active on a network, using methods like ICMP echo requests, TCP and UDP probes, and ARP requests.

Port Scanning: It scans the open ports on a target system to identify running services and their versions. Nmap supports various scanning techniques, such as TCP connect, SYN stealth, UDP, and more.

Service Version Detection: Nmap can identify the software and its version running on open ports, helping to assess potential vulnerabilities.

OS Fingerprinting: Nmap can attempt to determine the operating system of a target based on characteristics observed during the scanning process.

Scriptable Interaction: Nmap allows users to write and execute scripts using the Nmap Scripting Engine (NSE) for additional functionality and customization.

Output Formats: Nmap provides multiple output formats, including plain text, XML, and grepable output, making it versatile for different use cases and integration with other tools.

Nmap is widely used by network administrators, security professionals, and penetration testers to analyze and secure networks. It's a versatile tool with a wide range of features that make it valuable for both offensive and defensive security purposes.