From 1b8de9149e32e8543451acf4d1d0e2821e27034d Mon Sep 17 00:00:00 2001 From: Gregory LeBlanc Date: Wed, 6 Apr 2016 19:43:17 -0400 Subject: [PATCH] Updated Totalhash.py GIST to use new domain plus use BeautifulSoup and Requests. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dd1fc4..cef7b8b 100644 --- a/README.md +++ b/README.md @@ -203,8 +203,8 @@ research. files, providing feature-rich tools for proper analysis of suspicious binaries. * [Rootkit Hunter](http://rkhunter.sourceforge.net/) - Detect Linux rootkits. * [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](https://totalhash.cymru.com/) database. +* [totalhash.py](https://gist.github.com/gleblanc1783/3c8e6b379fa9d646d401b96ab5c7877f) - Python script + for easy searching of the [TotalHash.cymru.com](https://totalhash.cymru.com/) database. * [TrID](http://mark0.net/soft-trid-e.html) - File identifier. * [YARA](https://plusvic.github.io/yara/) - Pattern matching tool for analysts.