Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql连接上去的无法被抓取 #46

Open
hope1234567hope opened this issue Aug 20, 2021 · 1 comment
Open

mysql连接上去的无法被抓取 #46

hope1234567hope opened this issue Aug 20, 2021 · 1 comment

Comments

@hope1234567hope
Copy link

两个虚拟机
[root@geone ~]# go-sniffer ens33 mysql -p 3306
tcp and port 3306

Start new stream: 192.168.137.151->192.168.137.137 40944->3306

Start new stream: 192.168.137.151->192.168.137.137 41996->3306

Start new stream: 192.168.137.137->192.168.137.151 3306->41996

Start new stream: 192.168.137.151->192.168.137.137 41996->3306

Start new stream: 192.168.137.151->192.168.137.137 43058->3306

只能看到链接的信息,但是151操作137的相关操作,却看不到?为啥,

@martianzhang
Copy link

应该是开启了 ssl 的原因,现在 go-sniffer 应该还不支持解密。
mysql 客户端在连接的时候可以指定 --ssl-mode=disabled 来禁用 ssl。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants