Python
Create a simple Virus Total Client.
You will extract the files provided in the scanFiles.zip, into a directory named: TARGET
Your script will process each file in the TARGET folder. In other words you will generate an md5 hash for each file (the contents… not the file name (string)).
Your script will submit each hash value to VirusTotal for analysis
For the data your script returns to the screen from VirusTotal, copy it to a file.
You will submit your script and the resulting file.
Create a simple Virus Total Client. Submit each hash value to VirusTotal for analysis.