GitXplorerGitXplorer
n

miniss

public
27 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
1f8287616f76b9484a041f2a12ae5062311979dd

fix repo link

nnoraj committed 9 months ago
Verified
1949d94a74e63018ddd5881ec8f0e307ce9a3959

fix lib doc link

nnoraj committed 9 months ago
Unverified
7bc6bedcaa7320c53a19f3f358e888b97e8c119b

drop crystal 1.7 and macos

nnoraj committed 9 months ago
Unverified
a7b8fa37ba2c390240ae01b30a1eca6ae5a53731

set version as string to avoid YAML float miscast

nnoraj committed 9 months ago
Unverified
4ea8cba7955759d970a569b222b7dace903e6f94

update CI actions and test on more ruby versions & os

nnoraj committed 9 months ago
Unverified
033b017b91e3b3ce17384d105b7508569f518e12

dependencies update

nnoraj committed 9 months ago

README

The README file for this repository.

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] [--debug --no-color]
  miniss -h | --help
  miniss --version

Options:
  -u --udp      Show UDP sockets.
  -t --tcp      Show TCP sockets.
  -4 --ipv4     Show IPv4 sockets.
  -6 --ipv6     Show IPv6 sockets.
  --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

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

Features

  • Information displayed:
    • type of socket, local address, remote address, state, username, uid
  • Type of sockets:
    • [x] TCP
    • [x] UDP
  • IP version:
    • [x] IPv4
    • [x] IPv6

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

  • noraj - creator and maintainer