Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -9,13 +9,13 @@ source: https://github.com/tldr-pages/tldr.git
> 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::
- Capture traffic on a specific interface, port and host::
`sudo tcpick -i {{interface}} -C -h {{host}} -p {{port}}`
`sudo tcpick {{[-i|--interface]}} {{interface}} {{[-C|--colors]}} -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}}`
`sudo tcpick {{[-i|--interface]}} {{eth0}} {{[-C|--colors]}} -h {{192.168.1.100}} -p {{80}}`
- Display help: