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?