hashlookup / hashlookup-forensic-analyser

Analyse a forensic target (such as a directory) to find and report files found and not found from CIRCL hashlookup public service - https://circl.lu/services/hashlookup/
https://hashlookup.github.io/hashlookup-forensic-analyser/
Other
121 stars 13 forks source link

reduce lines #1

Closed signorrayan closed 2 years ago

signorrayan commented 2 years ago

Using dictionary and one-line print statements and for loops.

adulau commented 2 years ago

Good point. Thanks for pull-request.

adulau commented 2 years ago

I'll update it a bit to be sure to output a CSV as foreseen

adulau commented 2 years ago

Updated in fb0564e0c53642318ea7a16524ab2c9e295a8598 to keep the CSV output as used by other tools

signorrayan commented 2 years ago

I'll update it a bit to be sure to output a CSV as foreseen

Thank you. i didn't know the comma seprated output is for CSV purpose and changed it to :