摘要: IP地址抓包:tcpdump -i any host 1.1.1.2 -n 端口抓包: tcpdump -i any port 6789 -n wireshak工具抓包:tcp.port == 6789 过滤源ip、目的ip。在wireshark的过滤规则框Filter中输入过滤条件。如查找目的地址 阅读全文
posted @ 2017-04-21 22:23 丁培飞 阅读(21778) 评论(0) 推荐(0) 编辑