摘要: 在linux中使用tcpdump抓包的方法: 1,运行下面命令来从所有网卡中捕获数据包: tcpdump -i any 2,从指定网卡中捕获数据包 tcpdump -i eth0 3,指定网卡,IP地址,写入文件 tcpdump -i eth0 host 10.19.150.242 -w ./dat 阅读全文
posted @ 2021-12-27 23:47 xutopia 阅读(4381) 评论(0) 推荐(0) 编辑