arp_discovery
Find live hosts on a network by sending ARP requests. Accepts target IP/subnet and extra Nmap arguments.
Instructions
Perform ARP discovery on the specified target with optional custom arguments.
Args: target (str): The target IP address or subnet (e.g., '192.168.1.0/24'). args (str): Additional Nmap command-line arguments.
Returns: dict: The ARP discovery results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |