tcp_scan
Perform a TCP connect scan on a target IP or hostname to discover open ports and services. Supports custom Nmap arguments for tailored scans.
Instructions
Perform a TCP connect 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 TCP scan results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |