miniss

GitHub Workflow Status (with branch) GitHub License GitHub top language GitHub commit activity

miniss logo

miniss (mini ss) displays a list of open listening sockets. It is a minimal alternative to ss or netstat.

The goal of miniss is not to reinvent the wheel but rather to offer a static binary that can be deployed by pentester or CTF players on containers or hardened environment where the classical ss or netstat binaries have been removed.

preview

Build

GitHub tag (latest SemVer) GitHub tag (latest SemVer pre-release)

A pre-compiled static binary is provided only for x86_64-linux-gnu, see releases. Else read the build instructions.

Install

Packaging status

See install instructions.

Usage

miniss v0.0.2

Usage:
  miniss [--tcp | --udp] [--ipv4 | --ipv6] [--pid PID] [--listen --debug --no-color]
  miniss -h | --help
  miniss --version

Options:
  -u --udp      Show only UDP sockets.
  -t --tcp      Show only TCP sockets.
  -4 --ipv4     Show only IPv4 sockets.
  -6 --ipv6     Show only IPv6 sockets.
  -l --listen   Show only listening sockets.
  -p --pid PID  Show sockets in the namespace of a given process ID.
  --debug       Display arguments.
  --no-color    Disable colorized output (NO_COLOR environment variable is respected too).
  -h --help     Show this screen.
  --version     Show version.

Examples:
  miniss --udp
  miniss -t6
  miniss --listen
  miniss --pid 1234

Project:
  author (https://pwn.by/noraj / https://twitter.com/noraj_rawsec)
  source (https://github.com/noraj/miniss)
  documentation (https://noraj.github.io/miniss)

Features

Documentation

Documentation homepage: https://noraj.github.io/miniss/

Library documentation User documentation - Build User documentation - Install User documentation - Changelog Developer documentation - Contributing Developer documentation - Development

Author