From 536e927c594ab4354a136d6542993690ca45bf94 Mon Sep 17 00:00:00 2001 From: William Robinet Date: Mon, 14 Aug 2023 12:47:12 +0200 Subject: [PATCH] Fix command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9aaf5a..7268705 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For more details, check the man page. 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 .'` +`./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?