ping_sweep
Discover active hosts on a local network by sending ICMP pings to every IP in a given CIDR range. Returns live hosts even if they have no open TCP ports.
Instructions
Send ICMP pings to all hosts in a CIDR range and return live hosts. Works on the local network — finds hosts even if they have no open TCP ports. Claude cannot send ICMP packets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cidr | Yes | CIDR range to sweep (e.g. 192.168.1.0/24) |