GitHunt
SI

sinansonmez/open-ports

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

Languages

Go83.6%Makefile16.4%

Contributors

MIT License
Created January 8, 2026
Updated February 21, 2026
sinansonmez/open-ports | GitHunt