fin_scan
Perform a stealth FIN scan to identify open ports on a target IP or hostname, with support for custom Nmap arguments. Use for firewall evasion when SYN scans are blocked.
Instructions
Perform a FIN 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 FIN scan results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| args | No |