mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
chg: [doc] cleanup README
This commit is contained in:
parent
1fd36db389
commit
ff33735ee1
1 changed files with 6 additions and 2 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue