tcpdump使用方法

相关索引:https://blog.csdn.net/knowledgebao/article/details/84973055


tcpdump
//抓取10.1.2.175与10.1.2.100和10.1.2.239的交互数据
tcpdump -s 0 -w /home/guoxb/test.cap host 10.1.2.190
tcpdump -i eth0 src 10.1.10.185 -vv
tcpdump -i eth0 dst 10.1.10.158 and tcp and port! 22 -vv
tcpdump -i eth0 dst or src 10.1.10.158 and tcp and port! 22 -vv
tcpdump -i eth0 dst 10.1.10.158 and udp -vv
tcpdump -i eth0 tcp and port 554 -vv
tcpdump -i eth0 -w 1.cap
tcpdump -i lo -s 0 -w 抓回环包

扫描二维码关注公众号,回复: 4497245 查看本文章

参考文章:

1,https://www.cnblogs.com/f-ck-need-u/p/7064286.html

2,

3,


有任何问题请联系:[email protected]

猜你喜欢

转载自blog.csdn.net/knowledgebao/article/details/84982277
今日推荐