scan_top_ports
Scan the top ports of a target to reveal common open services. Accepts additional Nmap arguments for customization.
Instructions
Scan the top ports of the specified target with optional custom arguments.
Args: target (str): The target hostname or IP address. args (str): Additional Nmap command-line arguments.
Returns: dict: The scan results in JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |