tcptrack
TCP connection tracker, with states and speeds
Install
- All systems
-
curl cmd.cat/tcptrack.sh
- Debian
-
apt-get install tcptrack
- Ubuntu
-
apt-get install tcptrack
- Kali Linux
-
apt-get install tcptrack
- Fedora
-
dnf install tcptrack
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tcptrack
- Raspbian
-
apt-get install tcptrack
- Dockerfile
- dockerfile.run/tcptrack
tcptrack
TCP connection tracker, with states and speeds
tcptrack is a sniffer which displays information about TCP connections it sees on a network interface. It passively watches for connections on the network interface, keeps track of their state and displays a list of connections in a manner similar to the unix 'top' command. It displays source and destination addresses and ports, connection state, idle time, and bandwidth usage.