Retrieves the hashes corresponding to a list of hashes in a text file
Don't forget to replace VIRUS-TOTAL-API-KEY in virustotal-sha256-to-sha1.py
git clone https://github.com/SentinelSamuel/Virus-Total-API_S1.git
cd Virus-Total-API_S1/
pip install -r requirements.txt
chmod +x virustotal-sha256-to-sha1-md5.py
virustotal-sha256-to-sha1.py 8c6a0698e75ed567d22079534fd962c7b9f59ae5cdaf7c5dccc32c7797fe3e7a --all
virustotal-sha256-to-sha1.py e5001abcf959b9ac53cf6dc4bb6e699a928fa61cf9fde88eb4405fdc09319a76 ecbc508d4243009ff7d6a222c6b41298df2e99e2e695ce3858be2b1e27cacf9c 8c6a0698e75ed567d22079534fd962c7b9f59ae5cdaf7c5dccc32c7797fe3e7a --all
Or mutliple sha256 in a text file and printing file extension md5 and sha1 only :
virustotal-sha256-to-sha1.py -f exemple.txt --file-extension --md5 --sha1
# Or
virustotal-sha256-to-sha1.py --file exemple.txt --file-extension --md5 --sha1




