port_scan
Identify open TCP ports on a host and guess the services running on them. Uses concurrent scanning for efficient results.
Instructions
TCP port scan a host. Returns open ports with service guesses. Uses 200 concurrent goroutines — fast. Claude cannot do this natively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End port (default 1024) | |
| host | Yes | Hostname or IP address to scan | |
| start | No | Start port (default 1) | |
| timeout_ms | No | Per-port timeout in ms (default 500) |