ping_scan
Perform a ping scan to check which hosts are reachable on a network. Optionally include custom Nmap arguments.
Instructions
Perform a ping scan on the specified target with optional custom arguments.
Args: target (str): The target IP address or hostname. args (str): Additional Nmap command-line arguments.
Returns: dict: The ping scan results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |