Skip to content

Handle SSL/TLS key file to decrypt encrypted traffic #1

@b1two-syn

Description

@b1two-syn

It would be interesting to have sharker (tshark actually) decrypt the SSL/TLS traffic if keys are given.
This would potentially allow to analyze more interesting traffic, like HTTP.

Implem:

  • Have a new CLI parameter to specify a file containing the SSL/TLS keys (like the one generated by numerous tools when provided the SSLKEYLOGFILE). Should we also support the env variable?
  • Give the file to tshark with -o ssl.keylog_file:/path/to/your/SSLKEYLOGFILE (no yet tested)
  • Anything else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions