$ python3 takeMalwareHashcode.py
Takes all file's hashcodes in the ZIP(malwares/VirusShare_00313.zip), then writes each hashcodes to text files in destination/malware_hascode.
$ python3 askMalwareToVirusTotal.py
Reads each hashcode one by one in given range of files from destination/malware_hascode, then sends them to VirusTotal API through imported VTService.py. Writes the responses coming from API to text files in destination/malware_vt_result.
$ python3 groupMalware.py
$ python3 extractSpecificMalware.py