Skip to content

Instantly share code, notes, and snippets.

@ziwon
Created December 27, 2015 17:11
Show Gist options
  • Save ziwon/368d4cadb7f5dbc834d5 to your computer and use it in GitHub Desktop.
Save ziwon/368d4cadb7f5dbc834d5 to your computer and use it in GitHub Desktop.
ssl decoding with tshark
sudo tshark -o "ssl.desegment_ssl_records: TRUE" \
-o "ssl.desegment_ssl_application_data: TRUE" \
-o "ssl.keys_list:192.168.0.1,443,http,your.key.pem" \
-o "ssl.debug_file:ssldebug.log" \
-f "tcp port 443" \
-R "ssl" \
-V -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment