Malware Hash Checking Tool – Online & Offline Support
This program intends to detect a malicious file in two ways; online and offline. It calculates the md5 hash of a specified file and searches it in its current hash set (offline) or on VirusTotal site (online) and shows the result. It has http proxy support and update (for hash set) feature.

It’s a simple python script so you can check out the source code, screenshots and a readme are included in the zip file. To add proxy support simply edit the .py script and add in the relevant proxy details.
proxy_info = {
'user' : 'username', # proxy username
'pass' : 'password', # proxy password
'host' : "proxy host", # proxy host
'port' : 8080 # proxy port
}
You can download the Malware Check Tool here:
Or read more here.
Tweet
Recent in Countermeasures:
- sslyze – Fast and Full-Featured SSL Configuration Scanner
- Twitter Purchases WhisperCore – Full Disk Encryption For Android Phones
- OpenPGP JavaScript Implementation Enables Encrypted Webmail
Related Posts:
- Pass-The-Hash Toolkit v1.4 Released for Download
- Malware Analyser v3.0 – A Static & Dynamic Malware Analysis Tool
- sslyze – Fast and Full-Featured SSL Configuration Scanner
Most Read in Countermeasures:
- AJAX: Is your application secure enough? - 115,395 views
- Password Hasher Firefox Extension - 108,741 views
- NDR or Backscatter Spam – How Non Delivery Reports Become a Nuisance - 54,635 views


Posted in:



Im the author the program. I released the first version of the program on March 25 and notified several information security related sites and Darknet was one of them. At that time Darknet did not make any news but suddenly in last week, they changed their decision and made a news about a 6 months old software. It was old and got broken (due to changes in Virustotal’s site) in 6 months and I did not have chance to fix bugs in a time. But today I have released v1.2 which includes bug fixes.
Download url is same and I highly recommend you to download the latest version for a working one.
Regards,