• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    Shell
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This script invokes tcpdump over ssh piping to STDOUT, allowing remote use of wireshark

This script invokes tcpdump over ssh piping to STDOUT, allowing remote use of wireshark.

The $TCPDUMPFILTER variable should be defined to either match the traffic you're interested in, or discard your SSH traffic.

Failure to define $TCPDUMPFILTER results in exponential traffic growth, so there is logic to make sure it is not null.