wiki/运维/操作系统/Linux/工具/2.tcpdump抓包.md
2025-01-02 10:46:09 +08:00

13 lines
262 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

抓包工具
- -i指定网卡
- 下面参数可以加and同时过滤
- host指定出入ip地址
- src host源地址
- dst host目标地址
- port抓端口的包
- tcp port
- udp port
- -w保存到文件中