Skip to content

Commit

Permalink
fix uninitialized variable for JA3 list construction
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Apr 27, 2020
1 parent a343636 commit 0ad0b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logstash/scripts/ja3_build_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def main():
sys.tracebacklimit = 0

ja3Map = defaultdict(list)
fingerprint = None

urls = ['https://ja3er.com/getAllUasJson']
for url in urls:
Expand Down

0 comments on commit 0ad0b9f

Please sign in to comment.