LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tcpick

TCP stream sniffer and analyzer

TLDR

Capture traffic on interface, host, and port
$ sudo tcpick -i [interface] -C -h [host] -p [port]
copy
Capture HTTP traffic
$ sudo tcpick -i eth0 -C -h [192.168.1.100] -p 80
copy
Display help
$ tcpick --help
copy

SYNOPSIS

tcpick [OPTIONS]

DESCRIPTION

tcpick is a packet sniffer and TCP stream analyzer that captures and displays TCP connections and their data. It can monitor network traffic on specific interfaces, hosts, or ports with colorized output.The tool tracks TCP connection states and can reassemble TCP streams to show complete conversations.

PARAMETERS

-i, --interface INTERFACE

Capture on specified network interface
-C, --colors
Display output with colors
-h HOST
Filter by host
-p PORT
Filter by port
-r FILE
Read from pcap file
-w FILE
Write to pcap file
-a
Display data as ASCII
-x
Display data as hexadecimal

INSTALL

sudo apt install tcpick
copy
sudo dnf install tcpick
copy

CAVEATS

Requires root privileges for packet capture. Uses libpcap for capture functionality. Connection tracking may consume memory on busy networks.

HISTORY

tcpick provides network analysts with a focused tool for TCP traffic inspection, combining capture and analysis in a single utility.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid