iptstate

top-like interface to your netfilter connection-tracking table

Install

All systems
curl cmd.cat/iptstate.sh
Debian Debian
apt-get install iptstate
Ubuntu
apt-get install iptstate
Alpine
apk add iptstate
Arch Arch Linux
pacman -S iptstate
image/svg+xml Kali Linux
apt-get install iptstate
CentOS
yum install iptstate
Fedora
dnf install iptstate
Windows (WSL2)
sudo apt-get update sudo apt-get install iptstate
Raspbian
apt-get install iptstate
Docker
docker run cmd.cat/iptstate iptstate powered by Commando

iptstate

top-like interface to your netfilter connection-tracking table

IP Tables State (iptstate) was originally written to implement the "state top" feature of IP Filter (see "The Idea" below) in IP Tables. "State top" displays the states held by your stateful firewall in a top-like manner. Features include: - Top-like realtime state table information - Sorting by any field - Reversible sorting - Single display of state table - Customizable refresh rate - Display filtering - Color-coding - Open Source (specifically I'm using the zlib license) - much more... To use iptstate, CONNTRACK should be enabled in your kernel.