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