nmap_ping_sweep
Find active devices on a network by performing a ping sweep with ICMP, TCP, UDP, or ARP techniques. This tool identifies live hosts without scanning open ports.
Instructions
Host discovery only (-sn). Find live hosts on a network without port scanning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target network (e.g., '192.168.1.0/24') | |
| technique | No | Discovery technique: icmp (ICMP echo), tcp-syn (SYN to port 443), tcp-ack (ACK to port 80), udp, arp (local network only) |