kali_network_nmap_discover
Scan network ranges to identify active hosts using Nmap's ping, ARP, TCP, UDP, and ICMP discovery methods for security assessments.
Instructions
Discover live hosts on a network using Nmap. Supports ping, ARP, TCP, UDP, and ICMP discovery methods.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network range in CIDR notation (e.g., '192.168.1.0/24') | |
| method | No | Discovery method (arp requires root and local network) | ping |
| timeout | No | Discovery timeout in seconds |