Skip to content

Commit

Permalink
Update ja3s.py
Browse files Browse the repository at this point in the history
The output should read JA3S.
  • Loading branch information
jalthouse-sfdc authored Dec 6, 2018
1 parent 9c57438 commit 756bf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ja3s.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 756bf51

Please sign in to comment.