disable_dns_resolution
Perform a network scan without DNS resolution, using optional custom Nmap arguments to speed up scanning or avoid DNS lookups.
Instructions
Perform a scan on the specified target with DNS resolution disabled and optional custom arguments.
Args: target (str): The target IP address or hostname. args (str): Additional Nmap command-line arguments.
Returns: dict: The scan results with DNS resolution disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |