SnitchVisual Network Inspector
Snitch是一款实时监控网络连接的工具,提供交互式TUI界面和样式化表格展示,并支持脚本化JSON输出。支持多种安装方式。 2026-1-2 05:10:23 Author: infosecwriteups.com(查看原文) 阅读量:2 收藏

Pawan Jaiswal

Press enter or click to view image in full size

Tired of raw ss/netstat output? Snitch turns noisy sockets into a clean, interactive view — fast to install, easy to script.

A compact CLI/TUI that surfaces host network connections with a live TUI, styled tables, and scriptable JSON output. Install via package managers, Docker, or a single install script.

Source: GitHub: karol-broda/snitch — Source link

Highlights

Press enter or click to view image in full size

Press enter or click to view image in full size

Source: https://github.com/karol-broda/snitch

Installation

# HomeBrew
brew install snitch

# Go
go install github.com/karol-broda/snitch@latest

# nixpkgs
nix-env -iA nixpkgs.snitch

# yay
yay -S snitch-bin

# paru
paru -S snitch-bin

Starters & Commands

snitch              # launch interactive tui
snitch -l # tui showing only listening sockets
snitch ls # print styled table and exit
snitch ls -l # listening sockets only
snitch ls -t -e # tcp established connections
snitch ls -p # plain output (parsable)

snitch…


文章来源: https://infosecwriteups.com/snitchvisual-network-inspector-56973d599ec5?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh