get_open_ports
Lists open listening ports and associated processes on a remote Linux/Unix server via SSH, helping identify network services and potential security issues.
Instructions
List all open listening ports and their associated processes.
Args: host_name: Named host from SSH_HOSTS config; uses default host if omitted.
Returns: Listening ports with protocol, port number, and process name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |