tcpdump 抓包

抓包 sql :

https://blog.csdn.net/youwen21/article/details/119384744

先 ifconfig 看下网卡信息,一个网卡抓不到,可以试下另外的。

# 指定源端口 和 目的端口
tcpdump -i eth1 -s 0 -l -w - src port 60060 and  dst port 3306 | strings
tcpdump -i eth1 -s 0 -l -w - src port 56794 and  dst port 3306 | strings
tcpdump -i eth1 -s 0 -l -w - src port 60186 and  dst port 3306 | strings

 

posted on 2024-07-24 11:10  快鸟  阅读(1)  评论(0编辑  收藏  举报