get_open_ports
Discover all listening TCP and UDP ports with the processes and PIDs bound to them.
Instructions
Discover all listening network ports (TCP and UDP) and identify bound processes.
Returns: JSON string listing open ports, protocols (TCP/UDP), binding addresses (IPv4/IPv6), and process names/PIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |