Created
February 28, 2017 11:27
-
-
Save snobu/36fd616ad6bb1b52ed25d1bcd5eb0465 to your computer and use it in GitHub Desktop.
Dump TLS handshake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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