hashlookup-forensic-analyser version 1.3 - including Bloom filter improvements and bugs fixed
Latesthashlookup-forensic-analyser version 1.3 - including Bloom filter improvements and bugs fixed. You can now specify the hash algorithm used for the Bloom filter sets.
Thanks to Jens Hubler for the contributions and discussions.
hashlookup-forensic-analyser analyses a forensic target (such as a directory) to find and report files found and not found from CIRCL hashlookup public service.
v1.3 (2023-09-24)
Changes
-
[doc] updated that all copyright owners are also the contributors. [Alexandre Dulaunoy]
-
[cmd] update doc. [Alexandre Dulaunoy]
-
[doc] updated. [Alexandre Dulaunoy]
-
[Bloom filter] a new option added for non-hashlookup BF. [Alexandre Dulaunoy]
A new option has been added
--bloomfilters-lower-case
to
support now standard Bloom filter.Based on discussion from pull-request #15
Fix
-
[live-linux] missing
format
[Alexandre Dulaunoy] -
[bloomfilter] improved PR #16. [Alexandre Dulaunoy]
Other
-
Merge branch 'Hu6li-multiple_hash_support' into main. [Alexandre Dulaunoy]
-
Support BF with lower and/or upper case hashes. [Jens Hubler]