Skip to content

Commit 8b43082

Browse files
David MaloneyDavid Maloney
authored andcommitted
merge screwed up gesmepc
add net-ssh back into the gemspec
1 parent 5f9f325 commit 8b43082

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PATH
1717
metasploit-payloads (= 1.1.12)
1818
metasploit_data_models
1919
msgpack
20+
net-ssh
2021
network_interface
2122
nokogiri
2223
octokit
@@ -172,6 +173,7 @@ GEM
172173
multi_json (1.12.0)
173174
multi_test (0.1.2)
174175
multipart-post (2.0.0)
176+
net-ssh (3.2.0)
175177
network_interface (0.0.1)
176178
nokogiri (1.6.8)
177179
mini_portile2 (~> 2.1.0)

metasploit-framework.gemspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ Gem::Specification.new do |spec|
103103
# BitStruct Library used for handling certain Protocol Header/Packet construction
104104
spec.add_runtime_dependency 'bit-struct'
105105

106+
#
107+
# Protocol Libraries
108+
#
109+
spec.add_runtime_dependency 'net-ssh'
110+
106111
#
107112
# REX Libraries
108113
#

0 commit comments

Comments
 (0)