Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Commit

Permalink
json.dumps to records
Browse files Browse the repository at this point in the history
  • Loading branch information
mazen160 committed Dec 25, 2021
1 parent 43db088 commit 9079db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log4j-scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def main():
else:
cprint("[!!!] Targets Affected", "yellow")
for i in records:
cprint(i, "yellow")
cprint(json.dumps(i), "yellow")


if __name__ == "__main__":
Expand Down

0 comments on commit 9079db4

Please sign in to comment.