list_scan
Perform a list scan to enumerate hosts on a target IP or hostname. Optionally pass custom arguments to adjust the scan.
Instructions
Perform a list 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 list scan results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |