Network Discovery. Port Scanning. Security Assessment.
Master network reconnaissance with Nmap (Network Mapper). Your complete reference guide to port scanning, service detection, OS fingerprinting, and vulnerability assessment. From basic discovery to advanced stealth techniques.
Nmap is a powerful network discovery and security auditing tool used to discover hosts, services, and vulnerabilities across networks. It's essential for network administrators, security professionals, and ethical hackers.
Essential commands for network discovery and host enumeration
Different scanning methods for various scenarios
Control which ports to scan and scan timing
Identify services and their versions
Leverage Nmap Scripting Engine for advanced testing
auth
- Authentication bypassingbrute
- Brute force attacksdiscovery
- Network discoverydos
- Denial of Serviceexploit
- Vulnerability exploitationintrusive
- May impact targetmalware
- Malware detectionsafe
- Safe to runvuln
- Vulnerability detection
Avoid detection and bypass firewalls
Save and format scan results
Ready-to-use command combinations for common scenarios
-Pn
if hosts don't respond to ping-sS -sU
for TCP and UDP scanning--script-help=script-name
for script documentationnmap --script-updatedb
to update script database--min-rate
and --max-rate
to control scan speed
Essential ports and their services