nmap
CLINetwork exploration and security scanning tool.
2 views
Installation
Homebrew
brew install nmapapt
sudo apt install nmapLinks
License
NPSLAI 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.1nmap -sV -p 80,443 example.com
Proven Recipes
Scan a host for open ports🟢 97% success
nmap -sV 192.168.1.1Scan a range of IPs🟢 96% success
nmap 192.168.1.0/24Fast scan top 100 ports🟢 97% success
nmap -F example.com