VTScan is a command-line tool for scanning URLs using the VirusTotal API and generating reports.
- 🕵️ Scan multiple URLs against VirusTotal.
- 🔑 Provide your API key as an option or when prompted.
- 📊 Generate results as an Excel file (
results.xlsx
) and an HTML report (report.html
). - 🟢 Clear progress updates and error handling.
- 🐍 Python 3.7+
- 🛡️ VirusTotal API Key (available for free from VirusTotal)
- 📦 Python packages:
typer
,typing_extensions
,vt
,pandas
,jinja2
-
Clone the repository or download the files.
-
Navigate to the project directory.
-
Install the required dependencies:
pip install typer typing_extensions vt pandas jinja2
Run the tool using the following command:
python3 main.py <url1> <url2> ... [options]
To see the available options, run:
python3 main.py --help
This project is licensed under the MIT License. See the LICENSE file for details.