2023-10-02 15:30:27 +05:30
|
|
|
# tcpick
|
|
|
|
|
|
|
|
> Packet sniffing and network traffic analysis tool.
|
2024-02-14 17:25:13 -03:00
|
|
|
> It can capture and display TCP connections and data. It can also monitor network traffic on a interface, host, or port.
|
2023-10-02 15:30:27 +05:30
|
|
|
> More information: <https://manned.org/tcpick.8>.
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
- Capture traffic on a specific interface, port and host::
|
2023-10-02 15:30:27 +05:30
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`sudo tcpick {{[-i|--interface]}} {{interface}} {{[-C|--colors]}} -h {{host}} -p {{port}}`
|
2023-10-02 15:30:27 +05:30
|
|
|
|
|
|
|
- Capture traffic on port 80 (HTTP) of a specific host:
|
|
|
|
|
2025-03-27 16:42:21 +02:00
|
|
|
`sudo tcpick {{[-i|--interface]}} {{eth0}} {{[-C|--colors]}} -h {{192.168.1.100}} -p {{80}}`
|
2023-10-02 15:30:27 +05:30
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`tcpick --help`
|