Crates.io | ports-cli |
lib.rs | ports-cli |
version | 0.2.2 |
source | src |
created_at | 2022-01-03 23:30:46.001437 |
updated_at | 2022-01-04 20:13:27.339466 |
description | A minimal CLI tool to list open ports and associated processes. |
homepage | |
repository | https://github.com/nuclearglow/ports-cli |
max_upload_size | |
id | 507425 |
size | 27,773 |
A minimal CLI tool to list open ports and associated processes.
By default, displays open IPv4 TCP ports, to adjust:
USAGE:
ports [OPTIONS]
OPTIONS:
-h, --help Print help information
--ipv6 display IPv6 addresses with open ports
-m, --mine show only ports opened by myself
--udp display UDP ports
-V, --version Print version information
Linux:
ss -tulpn