linux命令

①linux下抓包,底层报文发送接收信息

tcpdump -i eth0 -w /opt/test.cap

②查看指定端口socket连接

netstat -nat|grep -i "80"|wc -l

你可能感兴趣的:(linux)