nmap

CLI

Network exploration and security scanning tool.

Scan networks for open ports, services, and OS fingerprinting

3 curated recipes · not yet executed by the harness#network#scan#security#ports

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Scan a host for open ports

~97% est.
nmap -sV 192.168.1.1

Scan a range of IPs

~96% est.
nmap 192.168.1.0/24

Fast scan top 100 ports

~97% est.
nmap -F example.com

Install

Homebrewbrew install nmap
aptsudo apt install nmap

Agent notes

When to use
Network discovery, port scanning, security audits
Quick examples
  • nmap 192.168.1.1
  • nmap -sV -p 80,443 example.com

Use from an agent

curl -s https://clihub.com/api/tools/nmap | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug nmap on the MCP server at https://clihub.com/mcp.

Homepage ↗NPSL0 views