mirror of https://github.com/CrimsonTome/tldr.git
9 lines
210 B
Markdown
9 lines
210 B
Markdown
|
# tcpflow
|
||
|
|
||
|
> Przechwytuje ruch TCP do debugowania i analizy.
|
||
|
> Więcej informacji: <https://manned.org/tcpflow>.
|
||
|
|
||
|
- Pokaż wszystkie dane z interfejsu `eth0` i portu `80`:
|
||
|
|
||
|
`tcpflow -c -i {{eth0}} port {{80}}`
|