Virus Total sample downloader written in Go.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
vtdownloader.go | 1 year ago |
Virus Total sample downloader written in Go.
For installation simply run:
go get dev.hackercat.ninja/hcninja/vtdownloader
go install dev.hackercat.ninja/hcninja/vtdownloader
The best way to set the apikey is exporting it as variable:
export VTAPIKEY=123456789012345678901234567890
And use the downloader with:
vtdownloader -hash 12345678901123456789
If you can not export the api key into a environmental variable you can also use the -api
flag.