From ff33735ee14e701bf408503a7a1d3f01f51fe7b2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 12 Apr 2021 10:11:37 +0200 Subject: [PATCH] chg: [doc] cleanup README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 018aba6..7bae64e 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,13 @@ them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic. It also -includes a JSON output option. +includes a JSON output option, supports [JA3](https://github.com/salesforce/ja3) and IPv6. -[original and (old/outdated) README](README) +# How to do I run ssldump? + +`./ssldump -j -ANH -n -i any | jq` will run ssldump on all interfaces and output the result in JSON format including ja3 hashes. + +For more details, check the man page. # Why do you maintain this repository?