1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:42:10 +02:00
tldr/pages/linux/tcpick.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

17 lines
509 B
Markdown

# tcpick
> Packet sniffing and network traffic analysis tool.
> It can capture and display TCP connections and data. It can also monitor network traffic on a interface, host, or port.
> More information: <https://manned.org/tcpick.8>.
- Capture traffic on a specific [i]nterface, port and host::
`sudo tcpick -i {{interface}} -C -h {{host}} -p {{port}}`
- Capture traffic on port 80 (HTTP) of a specific host:
`sudo tcpick -i {{eth0}} -C -h {{192.168.1.100}} -p {{80}}`
- Display help:
`tcpick --help`