udp_scan
Identify open UDP ports on a target IP or hostname using a UDP scan, with optional custom Nmap arguments.
Instructions
Perform a UDP 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 UDP scan results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |