Skip to content

Commit 01d0d17

Browse files
David MaloneyDavid Maloney
authored andcommitted
Merge branch 'master' into feature/MS-1688/net-ssh-cleanup
2 parents 8b43082 + 9862a2f commit 01d0d17

File tree

1,622 files changed

+5592
-2181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,622 files changed

+5592
-2181
lines changed

Gemfile.lock

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.12.11)
4+
metasploit-framework (4.12.13)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -14,8 +14,9 @@ PATH
1414
metasploit-concern
1515
metasploit-credential
1616
metasploit-model
17-
metasploit-payloads (= 1.1.12)
17+
metasploit-payloads (= 1.1.13)
1818
metasploit_data_models
19+
metasploit_payloads-mettle
1920
msgpack
2021
net-ssh
2122
network_interface
@@ -37,7 +38,6 @@ PATH
3738
rex-text
3839
rex-zip
3940
robots
40-
rubyntlm
4141
rubyzip
4242
sqlite3
4343
sshkey
@@ -47,27 +47,27 @@ PATH
4747
GEM
4848
remote: https://rubygems.org/
4949
specs:
50-
actionpack (4.2.6)
51-
actionview (= 4.2.6)
52-
activesupport (= 4.2.6)
50+
actionpack (4.2.7)
51+
actionview (= 4.2.7)
52+
activesupport (= 4.2.7)
5353
rack (~> 1.6)
5454
rack-test (~> 0.6.2)
5555
rails-dom-testing (~> 1.0, >= 1.0.5)
5656
rails-html-sanitizer (~> 1.0, >= 1.0.2)
57-
actionview (4.2.6)
58-
activesupport (= 4.2.6)
57+
actionview (4.2.7)
58+
activesupport (= 4.2.7)
5959
builder (~> 3.1)
6060
erubis (~> 2.7.0)
6161
rails-dom-testing (~> 1.0, >= 1.0.5)
6262
rails-html-sanitizer (~> 1.0, >= 1.0.2)
63-
activemodel (4.2.6)
64-
activesupport (= 4.2.6)
63+
activemodel (4.2.7)
64+
activesupport (= 4.2.7)
6565
builder (~> 3.1)
66-
activerecord (4.2.6)
67-
activemodel (= 4.2.6)
68-
activesupport (= 4.2.6)
66+
activerecord (4.2.7)
67+
activemodel (= 4.2.7)
68+
activesupport (= 4.2.7)
6969
arel (~> 6.0)
70-
activesupport (4.2.6)
70+
activesupport (4.2.7)
7171
i18n (~> 0.7)
7272
json (~> 1.7, >= 1.7.7)
7373
minitest (~> 5.1)
@@ -98,16 +98,16 @@ GEM
9898
ffi (~> 1.0, >= 1.0.11)
9999
coderay (1.1.1)
100100
contracts (0.14.0)
101-
cucumber (2.3.3)
101+
cucumber (2.4.0)
102102
builder (>= 2.1.2)
103-
cucumber-core (~> 1.4.0)
103+
cucumber-core (~> 1.5.0)
104104
cucumber-wire (~> 0.0.1)
105105
diff-lcs (>= 1.1.3)
106-
gherkin (~> 3.2.0)
106+
gherkin (~> 4.0)
107107
multi_json (>= 1.7.5, < 2.0)
108108
multi_test (>= 0.1.2)
109-
cucumber-core (1.4.0)
110-
gherkin (~> 3.2.0)
109+
cucumber-core (1.5.0)
110+
gherkin (~> 4.0)
111111
cucumber-rails (1.4.3)
112112
capybara (>= 1.1.2, < 3)
113113
cucumber (>= 1.3.8, < 3)
@@ -125,10 +125,10 @@ GEM
125125
railties (>= 3.0.0)
126126
faraday (0.9.2)
127127
multipart-post (>= 1.2, < 3)
128-
ffi (1.9.10)
128+
ffi (1.9.14)
129129
filesize (0.1.1)
130130
fivemat (1.3.2)
131-
gherkin (3.2.0)
131+
gherkin (4.0.0)
132132
i18n (0.7.0)
133133
jsobfu (0.4.1)
134134
rkelly-remix (= 0.0.6)
@@ -152,7 +152,7 @@ GEM
152152
activemodel (~> 4.2.6)
153153
activesupport (~> 4.2.6)
154154
railties (~> 4.2.6)
155-
metasploit-payloads (1.1.12)
155+
metasploit-payloads (1.1.13)
156156
metasploit_data_models (2.0.0)
157157
activerecord (~> 4.2.6)
158158
activesupport (~> 4.2.6)
@@ -163,14 +163,15 @@ GEM
163163
postgres_ext
164164
railties (~> 4.2.6)
165165
recog (~> 2.0)
166+
metasploit_payloads-mettle (0.0.5)
166167
method_source (0.8.2)
167-
mime-types (3.0)
168+
mime-types (3.1)
168169
mime-types-data (~> 3.2015)
169-
mime-types-data (3.2016.0221)
170+
mime-types-data (3.2016.0521)
170171
mini_portile2 (2.1.0)
171-
minitest (5.8.4)
172-
msgpack (0.7.6)
173-
multi_json (1.12.0)
172+
minitest (5.9.0)
173+
msgpack (1.0.0)
174+
multi_json (1.12.1)
174175
multi_test (0.1.2)
175176
multipart-post (2.0.0)
176177
net-ssh (3.2.0)
@@ -193,7 +194,7 @@ GEM
193194
activerecord (>= 4.0.0)
194195
arel (>= 4.0.1)
195196
pg_array_parser (~> 0.0.9)
196-
pry (0.10.3)
197+
pry (0.10.4)
197198
coderay (~> 1.1.0)
198199
method_source (~> 0.8.1)
199200
slop (~> 3.4)
@@ -208,12 +209,12 @@ GEM
208209
rails-deprecated_sanitizer (>= 1.0.1)
209210
rails-html-sanitizer (1.0.3)
210211
loofah (~> 2.0)
211-
railties (4.2.6)
212-
actionpack (= 4.2.6)
213-
activesupport (= 4.2.6)
212+
railties (4.2.7)
213+
actionpack (= 4.2.7)
214+
activesupport (= 4.2.7)
214215
rake (>= 0.8.7)
215216
thor (>= 0.18.1, < 2.0)
216-
rake (11.1.2)
217+
rake (11.2.2)
217218
rb-readline-r7 (0.5.2.0)
218219
recog (2.0.21)
219220
nokogiri
@@ -230,33 +231,33 @@ GEM
230231
rex-text
231232
rkelly-remix (0.0.6)
232233
robots (0.10.1)
233-
rspec-core (3.4.4)
234-
rspec-support (~> 3.4.0)
235-
rspec-expectations (3.4.0)
234+
rspec-core (3.5.1)
235+
rspec-support (~> 3.5.0)
236+
rspec-expectations (3.5.0)
236237
diff-lcs (>= 1.2.0, < 2.0)
237-
rspec-support (~> 3.4.0)
238-
rspec-mocks (3.4.1)
238+
rspec-support (~> 3.5.0)
239+
rspec-mocks (3.5.0)
239240
diff-lcs (>= 1.2.0, < 2.0)
240-
rspec-support (~> 3.4.0)
241-
rspec-rails (3.4.2)
242-
actionpack (>= 3.0, < 4.3)
243-
activesupport (>= 3.0, < 4.3)
244-
railties (>= 3.0, < 4.3)
245-
rspec-core (~> 3.4.0)
246-
rspec-expectations (~> 3.4.0)
247-
rspec-mocks (~> 3.4.0)
248-
rspec-support (~> 3.4.0)
249-
rspec-support (3.4.1)
241+
rspec-support (~> 3.5.0)
242+
rspec-rails (3.5.1)
243+
actionpack (>= 3.0)
244+
activesupport (>= 3.0)
245+
railties (>= 3.0)
246+
rspec-core (~> 3.5.0)
247+
rspec-expectations (~> 3.5.0)
248+
rspec-mocks (~> 3.5.0)
249+
rspec-support (~> 3.5.0)
250+
rspec-support (3.5.0)
250251
rubyntlm (0.6.0)
251252
rubyzip (1.2.0)
252253
sawyer (0.7.0)
253254
addressable (>= 2.3.5, < 2.5)
254255
faraday (~> 0.8, < 0.10)
255256
shoulda-matchers (3.1.1)
256257
activesupport (>= 4.0.0)
257-
simplecov (0.11.2)
258+
simplecov (0.12.0)
258259
docile (~> 1.1.0)
259-
json (~> 1.8)
260+
json (>= 1.8, < 3)
260261
simplecov-html (~> 0.10.0)
261262
simplecov-html (0.10.0)
262263
slop (3.6.0)
@@ -267,11 +268,11 @@ GEM
267268
timecop (0.8.1)
268269
tzinfo (1.2.2)
269270
thread_safe (~> 0.1)
270-
tzinfo-data (1.2016.5)
271+
tzinfo-data (1.2016.6)
271272
tzinfo (>= 1.0.0)
272273
xpath (2.0.0)
273274
nokogiri (~> 1.3)
274-
yard (0.8.7.6)
275+
yard (0.9.0)
275276

276277
PLATFORMS
277278
ruby

0 commit comments

Comments
 (0)