Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 691 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 691 Bytes

VirusGotal

Tiny CLI app to upload a file to VirusTotal and show the report.


Requirements

You need to create an account at VirusTotal Community to get your API key.

Build

Just run the following command to generate a binary file for your system:

go build main.go

Usage

You just need to provide two arguments:

  • file: the absolute path of the file to scan.
  • key: your VirusTotal API key.

Example

virusgotal -file=/path/to/file.ext -key=<your virustotal api key>