Sha256: 5d6fbb0e9f67567ced0c2383c79c0baabbf744fa0695e22405a1aa2ba02193f2
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# hybridanalysisx [![Build Status](https://travis-ci.com/ninoseki/hybridanalysisx.svg?branch=master)](https://travis-ci.com/ninoseki/hybridanalysisx) [![Coverage Status](https://coveralls.io/repos/github/ninoseki/hybridanalysisx/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/hybridanalysisx?branch=master) [![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/hybridanalysisx/badge)](https://www.codefactor.io/repository/github/ninoseki/hybridanalysisx) Yet another Hybrid Analysis API wrapper for Ruby. ## Installation ```bash gem install hybridanalysisx ``` ## Usage ```ruby require "hybridanalysis" # when given nothing, it tries to load your usernamem & API key via ENV["HA_API_KEY"] or ENV["HYBRIDANALYSIS_API_KEY"] api = HybridAnalysis::API.new api.feed.latest api.quick_scan(file: "/tmp/foo.exe", scan_type: "all") api.submit.file(file: "/tmp/foo.exe", environment_id: "110") ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hybridanalysisx-0.1.0 | README.md |