From 756bf517aa6c400826b6f6313947a184085562ba Mon Sep 17 00:00:00 2001 From: jalthouse-sfdc Date: Wed, 5 Dec 2018 16:57:14 -0800 Subject: [PATCH] Update ja3s.py The output should read JA3S. --- python/ja3s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ja3s.py b/python/ja3s.py index c6c97fa..5bc9720 100644 --- a/python/ja3s.py +++ b/python/ja3s.py @@ -232,7 +232,7 @@ def main(): print(output) else: for record in output: - tmp = '[{dest}:{port}] JA3: {segment} --> {digest}' + tmp = '[{dest}:{port}] JA3S: {segment} --> {digest}' tmp = tmp.format(dest=record['destination_ip'], port=record['destination_port'], segment=record['ja3'],