- A tool that extracts the hash of the given file and detects malware using the VirusTotal Api
-
Clone the repo
git clone https://github.com/emr4h/virustotalApi.git
- Please upload requirements
pip3 install requirements.txt
- After completing the installation, go to the virustotalApi folder:
cd virustotalApi
- Then you can access the help menu with the command below:
python3 virustotal.py --help
- You can perform virustotal analysis by giving the path of the file:
python3 virustotal.py -p <file_path>
-
If you have a virustotal account, please enter your apikey, you can find your apikey in your profile for free (recommended). If you don't have the apikey proceed without entering anything.
-
A default apikey will be used, but since this key is free, it may be subject to query limitations.