tcpdump 默認只抓68字節tcpdump -i eth0 -s 0 -w file.pcap 捕獲所有eth0 ... tcpdump -i ens33 host 192.168.100.25 and tcp port 23 監聽主機IP有25 ...
確定! 回上一頁