mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
chg: [doc] An example use-case of JA3
This commit is contained in:
parent
deb2566496
commit
dacd904f21
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ includes a JSON output option, supports [JA3](https://github.com/salesforce/ja3)
|
|||
|
||||
For more details, check the man page.
|
||||
|
||||
## How can I lookup ja3 hashes?
|
||||
|
||||
This example will query ja3er.com service to display the known ja3 hashes from the TLS handshaked in the pcap.
|
||||
|
||||
`ssldump -r yourcapture.pcap -j | jq -r 'select(.ja3_fp != null) | .ja3_fp' | parallel 'curl -s -X GET 'https://ja3er.com/search/{}' | jq .'`
|
||||
|
||||
# Why do you maintain this repository?
|
||||
|
||||
Because it's a mess. The software maintenance process for old free (unmaintained) software
|
||||
|
|
Loading…
Reference in a new issue