virustotal-query
is a Python script that scans a list of URLs using the VirusTotal API v3 and retrieves the scan reports.
- Scans URLs listed in a specified file.
- Retrieves and displays scan reports from VirusTotal.
- Uses VirusTotal API v3 for scanning and report retrieval.
- Python 3.x
requests
library
-
Clone the repository:
-
Install the required dependencies:
-
Replace
YOUR_API_KEY_HERE
invirustotal-query.py
with your actual VirusTotal API key.
-
Create a file containing the URLs you want to scan, one URL per line. For example,
urls.txt
: -
Run the script with the path to your file:
python3 virustotal-query.py /path/to/your/urls.txt