Tiny CLI app to upload a file to VirusTotal and show the report.
You need to create an account at VirusTotal Community to get your API key.
Just run the following command to generate a binary file for your system:
go build main.goYou 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>
