portscan_only
Perform a port scan on a target IP address or hostname, with support for custom Nmap arguments.
Instructions
Perform a port scan only 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 port scan results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |