parent
5f9f3259f8
commit
8b430826c6
|
@ -17,6 +17,7 @@ PATH
|
|||
metasploit-payloads (= 1.1.12)
|
||||
metasploit_data_models
|
||||
msgpack
|
||||
net-ssh
|
||||
network_interface
|
||||
nokogiri
|
||||
octokit
|
||||
|
@ -172,6 +173,7 @@ GEM
|
|||
multi_json (1.12.0)
|
||||
multi_test (0.1.2)
|
||||
multipart-post (2.0.0)
|
||||
net-ssh (3.2.0)
|
||||
network_interface (0.0.1)
|
||||
nokogiri (1.6.8)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
|
|
|
@ -103,6 +103,11 @@ Gem::Specification.new do |spec|
|
|||
# BitStruct Library used for handling certain Protocol Header/Packet construction
|
||||
spec.add_runtime_dependency 'bit-struct'
|
||||
|
||||
#
|
||||
# Protocol Libraries
|
||||
#
|
||||
spec.add_runtime_dependency 'net-ssh'
|
||||
|
||||
#
|
||||
# REX Libraries
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue