Create a Virus Total Client

you will be creating a simple VirusTotal Client.

1. Extract the files provided in the scanFiles.zip, into a directory named: TARGET

2. 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)).

3. Your script will submit each hash value to VirusTotal for analysis

4. 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.