實用tcpdump使用命令

//查看本機與mysql的操作命令 注意 -i any表示監聽所有網絡接口,我們也根據自身情況選擇網絡接口 #tcpdump -i any -w - dst port 3306 |strings //查看本機58895上與mysql的命令 注意 -i any 表示監聽所有網絡接口,我們需要根據自身情況選擇網絡接口 #tcpdump -i any -w - dst port 3
相關文章
相關標籤/搜索