From ef137604d0bcfc981fffbfb4a091257da275fbc3 Mon Sep 17 00:00:00 2001 From: rshipp Date: Sat, 9 May 2015 11:23:18 -0600 Subject: [PATCH] Add @malc0de totalhash.py --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98167fa..959f2f6 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ A curated list of awesome malware analysis tools and resources. Inspired by * [packerid](http://handlers.sans.org/jclausing/packerid.py) - A cross-platform Python alternative to PEiD. * [ssdeep](http://ssdeep.sourceforge.net/) - Compute fuzzy hashes. +* [totalhash.py](https://gist.github.com/malc0de/10270150) - Python script + for easy searching of the [TotalHash.com](http://totalhash.com/) database. * [TrID](http://mark0.net/soft-trid-e.html) - File identifier. * [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for analysts.