You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Remco cb6e5cb0c7 Major rewrite 7 years ago
..
.gitignore Major rewrite 7 years ago
.travis.yml Major rewrite 7 years ago
LICENSE Major rewrite 7 years ago
README.md Major rewrite 7 years ago
virustotal.go Major rewrite 7 years ago

README.md

go-virustotal

VirusTotal public api interface implementation in Golang.

GoDoc Build Status

Usage

You can also set the environment variable VIRUSTOTAL_APIKEY to the api key.

go run ./bin/vt.go --apikey {key} (--debug) scan {file} {file} ...
go run ./bin/vt.go --apikey {key} (--debug) rescan {hash} {hash} ...
go run ./bin/vt.go --apikey {key} (--debug) report 99017f6eebbac24f351415dd410d522d
go run ./bin/vt.go --apikey {key} (--debug) scan-url {url} {url} ...
go run ./bin/vt.go --apikey {key} (--debug) report-url www.google.com
go run ./bin/vt.go --apikey {key} (--debug) ipaddress 90.156.201.27
go run ./bin/vt.go --apikey {key} (--debug) domain 027.ru
go run ./bin/vt.go --apikey {key} (--debug) --resource 99017f6eebbac24f351415dd410d522d comment "How to disinfect you from this file... #disinfect #zbot"

Contributions

Contributions are welcome.

Creators

Remco Verhoef

Code and documentation copyright 2011-2014 Remco Verhoef. Code released under the MIT license.