📌  相关文章
📜  SSH 远程捕获 Wireshark - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:40.464000             🧑  作者: Mango

代码示例2
sshdump --extcap-interface=sshdump --fifo=/tmp/ssh.pcap --capture --remote-host 192.168.1.10
    --remote-capture-command='dumpcap -i eth0 -P -w -'

    sshdump --extcap-interface=sshdump --fifo=/tmp/ssh.pcap --capture --remote-host 192.168.1.10
    --remote-capture-command='sudo tcpdump -i eth0 -U -w -'