2021年6月21日

使用tcpdump命令抓取sql

摘要: #!/bin/bash #this script used montor mysql network traffic.echo sql tcpdump -i eth0 -s 0 -l -w - dst port 3306 | strings | perl -e ' while(<>) { chomp 阅读全文

posted @ 2021-06-21 19:48 今宵别梦涵 阅读(195) 评论(0) 推荐(0)

导航