Skip to content

Instantly share code, notes, and snippets.

@sebw
Created July 4, 2013 15:38
Show Gist options
  • Save sebw/5928686 to your computer and use it in GitHub Desktop.
Save sebw/5928686 to your computer and use it in GitHub Desktop.
Analyze tcpdump trafic remotely (in this case LDAP)
ssh root@dest tcpdump -U -s0 -w - 'tcp port 389' | wireshark -k -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment