Skip to content

gugadev/virusgotal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages