themalwarenews / virustotal-scan

VTScan is a command-line tool leveraging the VirusTotal API for scanning URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virustotal-scan

VTScan is a command-line tool leveraging the VirusTotal API for scanning URLs. It supports single and bulk URL scanning, and exports findings to CSV. Real-time CLI output provides instant visibility into scan results. VTScan streamlines URL analysis and aids in making informed security decisions.

Installation

Install

  git clone https://github.com/themalwarenews/virustotal-scan
  cd virustotal-scan
  python3 vtscan.py [-h] (-u URL | -l LIST) [-o OUTPUT] api_key

  eg:
  python3 vtscan.py -l malip.txt -o mal.csv [API_KEY]    

Sample

image

Note : You might get an error if your API limit exceeded.

Will keep updating additional features to this

Feel free to notify us for any errors 🙂

Follow us on :

linkedin instagram twitter YouTube

About

VTScan is a command-line tool leveraging the VirusTotal API for scanning URLs.


Languages

Language:Python 100.0%