Skip to content

SentinelSamuel/Virus-Total-API_S1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drawing

Virus-Total API S1

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

1) Installation :

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

image

2) Usage :

a) For one sha256 :

virustotal-sha256-to-sha1.py 8c6a0698e75ed567d22079534fd962c7b9f59ae5cdaf7c5dccc32c7797fe3e7a --all

image

b) For multiple sha256 :

virustotal-sha256-to-sha1.py e5001abcf959b9ac53cf6dc4bb6e699a928fa61cf9fde88eb4405fdc09319a76 ecbc508d4243009ff7d6a222c6b41298df2e99e2e695ce3858be2b1e27cacf9c 8c6a0698e75ed567d22079534fd962c7b9f59ae5cdaf7c5dccc32c7797fe3e7a --all

image

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

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages