Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

SSH remote capture Wireshark

    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 -'
Source by www.wireshark.org #
 
PREVIOUS NEXT
Tagged: #SSH #remote #capture #Wireshark
ADD COMMENT
Topic
Name
2+9 =