Malware Check Tool v1.0 released

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 show the result.

It has http proxy support and update (for hash set) feature.

JPEG - 49.1 kb

Note: For http proxy support you have to edit malware_check.py and modify the required fields as shown below.

        proxy_info = {
        'user' : 'username', # proxy username
        'pass' : 'password', # proxy password
        'host' : "proxy host", # proxy host
        'port' : 8080 # proxy port
        }

More information: here