os_detection
Identify the operating system of a remote host using Nmap OS detection. Accepts target IP or hostname and optional nmap arguments.
Instructions
Perform OS detection 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 OS detection results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |