mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
go-virustotal
|
|
=============
|
|
|
|
VirusTotal public api interface implementation in Golang.
|
|
|
|
[](https://godoc.org/github.com/dutchcoders/go-virustotal)
|
|
[](https://travis-ci.org/dutchcoders/go-virustotal)
|
|
|
|
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**
|
|
- <https://twitter.com/remco_verhoef>
|
|
|
|
- <https://twitter.com/dutchcoders>
|
|
|
|
## Copyright and license
|
|
|
|
Code and documentation copyright 2011-2014 Remco Verhoef. Code released under [the MIT license](LICENSE).
|