tcpdump常用命令总结

  • tcpdump -nn -i 网卡 dst host 目的ip and src host 源IP and 协议(tcp、udp、icmp...) and src port 端口 and not dst port 端口 or ... -w result.cap
  • 参考
    https://www.cnblogs.com/nf01/articles/13633775.html

你可能感兴趣的:(tcpdump常用命令总结)