0.1.0 • Published 1 year ago

sslkeylogfile v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

sslkeylogfile

Enable SSL/TLS key logging for all connections globally.

Usage

import { enableSSLKeyLog } from "sslkeylogfile";

enableSSLKeyLog("path/to/keylog.txt");

Or to enable based on the SSLKEYLOGFILE environment variable:

import "sslkeylogfile/global";

You can then configure Wireshark to use the resulting file as the "(Pre)-Master-Secret log filename" (See Using the (Pre)-Master-Secret).

License

MIT

0.1.0

1 year ago