A python script that checks a list of URLs or hashes on Virustotal.
Installation
git clone https://github.com/M0kh/VirusTotal-Checker.git
cd VirusTotal-Checker
pip install -r requirements.txt
Linux:
chmod +x VirusTotal-Checker.py
python3 VirusTotal-Checker.py
Windows:
python VirusTotal-Checker.py
-
The output will be written to a CSV file.
-
You will need an API key from Virustotal, you can get it by following this document.