{{> style.css }}

Listening Ports Audit

This table lists all currently open and listening ports on the audited machine. Each row shows the address and port, the associated process, the socket type, the address family (IPv4/IPv6), and the local IP address and port.

{{#Items value}} {{/Items}}
Address:Port Process Family Type Local IP Local Port
{{key}} {{IIf value.process, value.process, "—"}} {{IIf value.family, value.family, "—"}} {{IIf value.type, value.type, "—"}} {{IIf value.local_ip, value.local_ip, "—"}} {{IIf value.local_port, value.local_port, "—"}}