An open API service indexing awesome lists of open source software.

https://github.com/gugadev/virusgotal

Tiny CLI app to upload a file to VirusTotal and show the report.
https://github.com/gugadev/virusgotal

go virus-scanning virustotal

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

VirusGotal




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

---

### Requirements

You need to create an account at [VirusTotal Community](https://www.virustotal.com/es/community/) to get your API key.

### Build

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

```go
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**

```go
virusgotal -file=/path/to/file.ext -key=
```