Enable seamless network scanning capabilities within MCP-compatible environments. Perform various network scans, such as top ports scanning and DNS brute force, directly through MCP interfaces to enhance your network security assessments.
Tools
scan_top_ports
Scan the top ports of the specified target with optional custom arguments. Args: target (str): The target hostname or IP address. args (str): Additional Nmap command-line arguments. Returns: dict: The scan results in JSON format.
dns_brute_force
Perform DNS brute-force to discover subdomains of the specified target. Args: target (str): The target domain to scan. args (str): Additional Nmap command-line arguments. Returns: dict: The DNS brute-force scan results.
list_scan
Perform a list 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 list scan results.
os_detection
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.