no_portscan
Perform host discovery without port scanning. Use custom Nmap arguments to identify live targets on a network.
Instructions
Perform host discovery without port scanning 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 host discovery results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |