项目

一般

简介

Tcpdump

  1. 过滤端口
    tcpdump -i eth0 dst host 192.168.1.2 and tcp and port 80 and not host 192.168.1.1 -nn