decrypt_tls_traffic
Decrypt TLS/HTTPS traffic using an SSLKEYLOGFILE key log file. Provide a PCAP file and the key log to output decrypted traffic.
Instructions
Decrypt TLS/HTTPS traffic using an SSLKEYLOGFILE.
Requires a TLS key log file (NSS Key Log Format) captured alongside the traffic. Set SSLKEYLOGFILE env var or pass keylog_file explicitly.
Args: filepath: Path to PCAP/PCAPNG file containing TLS traffic keylog_file: Path to TLS key log file (NSS format) output_file: Optional path to write decrypted pcapng
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| keylog_file | No | ||
| output_file | No |