kali_network_netdiscover_scan
Discover active hosts on a local network using ARP reconnaissance. Supports active scanning or passive packet sniffing to identify connected devices.
Instructions
ARP reconnaissance tool for discovering hosts on a local network. Supports active and passive modes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | No | Network interface to use (e.g., 'eth0', 'wlan0') | |
| range | No | IP range to scan (e.g., '192.168.1.0/24') | |
| passive | No | Passive mode (sniff packets without sending ARP requests) | |
| timeout | No | Scan timeout in seconds |