“Ssh captura remota wireshark” Código de respuesta

Ssh captura remota 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 -'
I'm a time traveler not a programmer

Ssh captura remota wireshark

    sshdump --extcap-interface=sshdump --fifo=/tmp/ssh.pcap --capture --remote-host 192.168.1.10
    --remote-username user --remote-filter "not port 22"
I'm a time traveler not a programmer

Respuestas similares a “Ssh captura remota wireshark”

Preguntas similares a “Ssh captura remota wireshark”

Más respuestas relacionadas con “Ssh captura remota wireshark” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código