Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 660 Bytes

File metadata and controls

41 lines (27 loc) · 660 Bytes

open-ports

open-ports provides a simple command-line workflow for inspecting open network ports from your terminal.

Installation

brew tap sinansonmez/tools
brew install open-ports
open-ports -h

Usage

Run the CLI to see available commands and flags:

open-ports -h

Sort by a specific field (default: process):

open-ports -sort process

Changelog

See CHANGELOG.md for release history.

Development

Build and run the CLI locally:

make build
./bin/open-ports -h