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

Add support for multiple bloom filter files #11

Closed wllm-rbnt closed 2 years ago

wllm-rbnt commented 2 years ago

This PR adds support for multiple bloom filters via the "--bloomfilters x y z" argument. (cfr https://github.com/hashlookup/hashlookup-forensic-analyser/issues/10)

wllm-rbnt commented 2 years ago

lookup() now sets the "source" key in the returned dict, but it's not used afterwards, so far.

adulau commented 2 years ago

Awesome! Thanks for the contribution.