We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9f325 commit 8b43082Copy full SHA for 8b43082
Gemfile.lock
@@ -17,6 +17,7 @@ PATH
17
metasploit-payloads (= 1.1.12)
18
metasploit_data_models
19
msgpack
20
+ net-ssh
21
network_interface
22
nokogiri
23
octokit
@@ -172,6 +173,7 @@ GEM
172
173
multi_json (1.12.0)
174
multi_test (0.1.2)
175
multipart-post (2.0.0)
176
+ net-ssh (3.2.0)
177
network_interface (0.0.1)
178
nokogiri (1.6.8)
179
mini_portile2 (~> 2.1.0)
metasploit-framework.gemspec
@@ -103,6 +103,11 @@ Gem::Specification.new do |spec|
103
# BitStruct Library used for handling certain Protocol Header/Packet construction
104
spec.add_runtime_dependency 'bit-struct'
105
106
+ #
107
+ # Protocol Libraries
108
109
+ spec.add_runtime_dependency 'net-ssh'
110
+
111
#
112
# REX Libraries
113
0 commit comments