Network Enumeration with Nmap (Continue Here)
Introduction
Network Mapper (Nmap) is an open-source network analysis and security auditing tool, it is designed to scan networks and identify which hosts are available on the network using raw packets, and services and applications, including the name and version, where possible.
Nmap can be divided into the following scanning techniques:
Host discovery
Port scanning
Service enumeration and detection
OS detection
Scriptable interaction with the target service (Nmap Scripting Engine)
The general syntax
Host Discovery
When conducting a network penetration testing, we should get an idea of what systems we can interact with.
Last updated