Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Remco cb6e5cb0c7 Major rewrite vor 7 Jahren
..
.gitignore Major rewrite vor 7 Jahren
.travis.yml Major rewrite vor 7 Jahren
LICENSE Major rewrite vor 7 Jahren
README.md Major rewrite vor 7 Jahren
virustotal.go Major rewrite vor 7 Jahren

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.