linux 抓包工具tcpdump和tshark
Posted 王先生架构
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 抓包工具tcpdump和tshark相关的知识,希望对你有一定的参考价值。
yum install tcpdump
tcpdump -nn -c 100 抓一百条
tcpdump -nn -i eth0 指定网卡
tcpdump -nn port 22 指定端口
tcpdump -nn tcp and port 22 指定协议
tcpdump -nn host ip 指定IP
tcpdump -nn -s0 完整包
tcpdump -nn -w 写入文件
# yum install -y wireshark
以上是关于linux 抓包工具tcpdump和tshark的主要内容,如果未能解决你的问题,请参考以下文章