← 返回命令列表

Linux command

tcpick 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Example

sudo tcpick -i [interface] -C -h [host] -p [port]

Example

sudo tcpick -i eth0 -C -h [192.168.1.100] -p 80

Example

tcpick --help

说明

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.

参数

-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

FAQ

What is the tcpick command used for?

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.

How do I run a basic tcpick example?

Run `sudo tcpick -i [interface] -C -h [host] -p [port]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -i, --interface _INTERFACE_ do in tcpick?

Capture on specified network interface