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.

README.md 1.3 KiB

1234567891011121314151617181920212223242526272829303132333435363738
  1. go-virustotal
  2. =============
  3. VirusTotal public api interface implementation in Golang.
  4. [![GoDoc](https://godoc.org/github.com/dutchcoders/go-virustotal?status.svg)](https://godoc.org/github.com/dutchcoders/go-virustotal)
  5. [![Build Status](https://travis-ci.org/dutchcoders/go-virustotal.svg?branch=master)](https://travis-ci.org/dutchcoders/go-virustotal)
  6. Usage
  7. =====
  8. You can also set the environment variable VIRUSTOTAL_APIKEY to the api key.
  9. ```
  10. go run ./bin/vt.go --apikey {key} (--debug) scan {file} {file} ...
  11. go run ./bin/vt.go --apikey {key} (--debug) rescan {hash} {hash} ...
  12. go run ./bin/vt.go --apikey {key} (--debug) report 99017f6eebbac24f351415dd410d522d
  13. go run ./bin/vt.go --apikey {key} (--debug) scan-url {url} {url} ...
  14. go run ./bin/vt.go --apikey {key} (--debug) report-url www.google.com
  15. go run ./bin/vt.go --apikey {key} (--debug) ipaddress 90.156.201.27
  16. go run ./bin/vt.go --apikey {key} (--debug) domain 027.ru
  17. go run ./bin/vt.go --apikey {key} (--debug) --resource 99017f6eebbac24f351415dd410d522d comment "How to disinfect you from this file... #disinfect #zbot"
  18. ```
  19. ## Contributions
  20. Contributions are welcome.
  21. ## Creators
  22. **Remco Verhoef**
  23. - <https://twitter.com/remco_verhoef>
  24. - <https://twitter.com/dutchcoders>
  25. ## Copyright and license
  26. Code and documentation copyright 2011-2014 Remco Verhoef. Code released under [the MIT license](LICENSE).