nmap

CLI

Network exploration and security scanning tool.

2 views

Installation

Homebrewbrew install nmap
aptsudo apt install nmap

Links

License

NPSL

AI Agent Notes

Scan networks for open ports, services, and OS fingerprinting

When to use

Network discovery, port scanning, security audits

Examples
  • nmap 192.168.1.1
  • nmap -sV -p 80,443 example.com

Proven Recipes

Scan a host for open ports🟢 97% success
nmap -sV 192.168.1.1
Scan a range of IPs🟢 96% success
nmap 192.168.1.0/24
Fast scan top 100 ports🟢 97% success
nmap -F example.com