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.
- Host: GitHub
- URL: https://github.com/gugadev/virusgotal
- Owner: gugadev
- License: mit
- Created: 2018-01-02T13:17:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T15:31:40.000Z (over 7 years ago)
- Last Synced: 2025-04-01T10:44:20.916Z (3 months ago)
- Topics: go, virus-scanning, virustotal
- Language: Go
- Size: 1.34 MB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```