0%

tcpdump抓包 wireshark分析

tcpdump tcp -i eth0 -t -s 0 -c 100 and dst port ! 22 and src net 192.168.3.0/24 -w ./target.cap
tcpdump -i eth0 port 11800 -s 0 -c 100 and src net 192.168.1.0/24 -w php_data.cap
在wireshark打开