Skip to content

Instantly share code, notes, and snippets.

@snobu
Created February 28, 2017 11:27
Show Gist options
  • Select an option

  • Save snobu/36fd616ad6bb1b52ed25d1bcd5eb0465 to your computer and use it in GitHub Desktop.

Select an option

Save snobu/36fd616ad6bb1b52ed25d1bcd5eb0465 to your computer and use it in GitHub Desktop.
Dump TLS handshake
# http://stackoverflow.com/a/39644735/4148708
tcpdump -ni eth0 "tcp port 443 and (tcp[((tcp[12] & 0xf0) >> 2)] = 0x16)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment