chg: [doc] cleanup README

This commit is contained in:
Alexandre Dulaunoy 2021-04-12 10:11:37 +02:00
parent 1fd36db389
commit ff33735ee1
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -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?