Skip to content

Commit

Permalink
Adds further changes to SMB
Browse files Browse the repository at this point in the history
  • Loading branch information
Duarte committed Apr 22, 2021
1 parent 2e1d97c commit 122daa3
Show file tree
Hide file tree
Showing 9 changed files with 373 additions and 349 deletions.
31 changes: 16 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
source "https://rubygems.org"
ruby "2.7.2"
source 'https://rubygems.org'
ruby '2.7.2'

gem "dnsruby"
gem "json"
gem "murmurhash3"
gem "openssl"
gem "pry"
gem "redis"
gem "recog-intrigue", :git => "https://github.com/intrigueio/recog.git"
gem "rspec-core"
gem "rspec-expectations"
gem "socketry"
gem "slop"
gem "snmp"
gem "typhoeus"
gem 'dnsruby'
gem 'json'
gem 'murmurhash3'
gem 'openssl'
gem 'pry'
gem 'recog-intrigue', git: 'https://github.com/intrigueio/recog.git'
gem 'redis'
gem 'rspec-core'
gem 'rspec-expectations'
gem 'ruby_smb'
gem 'slop'
gem 'snmp'
gem 'socketry'
gem 'typhoeus'

gemspec
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Check types can be written against supported protocols:
- Snmp
- Ssh
- Telnet
- Smb

Generally speaking, checks have the following structure. This is a check for HTTP and HTTPS:
```
Expand Down
Loading

0 comments on commit 122daa3

Please sign in to comment.