tldr/pages.ca/linux/tcpflow.md

9 lines
215 B
Markdown
Raw Normal View History

2022-02-06 03:25:41 +00:00
# tcpflow
> Captura el tràfic TCP per depuració i anàlisi.
> Més informació: <https://manned.org/tcpflow>.
2022-02-06 03:25:41 +00:00
- Mostra totes les dades de la interfície i el port indicats:
`tcpflow -c -i {{eth0}} port {{80}}`