Add HashCheck.

Add HashCheck because it's quicker and simpler than some CLI alternatives. It also has more stars on Github than hashdeep does.
pull/150/head
Peter Stevenson 2018-06-02 14:40:01 +01:00 committed by GitHub
parent c340128e92
commit bb93272097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by
Modular, recursive file scanning solution.
* [hashdeep](https://github.com/jessek/hashdeep) - Compute digest hashes with
a variety of algorithms.
* [HashCheck](https://github.com/gurnec/HashCheck) - Windows shell extension
to compute hashes with a variety of algorithms.
* [Loki](https://github.com/Neo23x0/Loki) - Host based scanner for IOCs.
* [Malfunction](https://github.com/Dynetics/Malfunction) - Catalog and
compare malware at a function level.