Skip to content

Commit bc9c96e

Browse files
author
Pedro Ribeiro
authored
Merge pull request #37 from rapid7/master
update
2 parents 3a9c662 + be170ab commit bc9c96e

File tree

326 files changed

+10552
-3244
lines changed

Some content is hidden

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

326 files changed

+10552
-3244
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2006-2016, Rapid7, Inc.
1+
Copyright (C) 2006-2017, Rapid7, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

Gemfile.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.10)
4+
metasploit-framework (4.13.18)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -14,9 +14,9 @@ PATH
1414
metasploit-concern
1515
metasploit-credential
1616
metasploit-model
17-
metasploit-payloads (= 1.2.5)
17+
metasploit-payloads (= 1.2.11)
1818
metasploit_data_models
19-
metasploit_payloads-mettle (= 0.1.4)
19+
metasploit_payloads-mettle (= 0.1.7)
2020
msgpack
2121
nessus_rest
2222
net-ssh
@@ -30,7 +30,7 @@ PATH
3030
pcaprub
3131
pg
3232
railties
33-
rb-readline-r7
33+
rb-readline
3434
recog
3535
redcarpet
3636
rex-arch (= 0.1.4)
@@ -91,7 +91,7 @@ GEM
9191
tzinfo (~> 1.1)
9292
addressable (2.5.0)
9393
public_suffix (~> 2.0, >= 2.0.2)
94-
arel (6.0.3)
94+
arel (6.0.4)
9595
arel-helpers (2.3.0)
9696
activerecord (>= 3.1.0, < 6)
9797
aruba (0.14.2)
@@ -103,8 +103,8 @@ GEM
103103
thor (~> 0.19)
104104
bcrypt (3.1.11)
105105
bit-struct (0.15.0)
106-
builder (3.2.2)
107-
capybara (2.11.0)
106+
builder (3.2.3)
107+
capybara (2.12.0)
108108
addressable
109109
mime-types (>= 1.16)
110110
nokogiri (>= 1.3.3)
@@ -132,24 +132,24 @@ GEM
132132
nokogiri (~> 1.5)
133133
railties (>= 3, < 5.1)
134134
cucumber-wire (0.0.1)
135-
diff-lcs (1.2.5)
135+
diff-lcs (1.3)
136136
docile (1.1.5)
137137
erubis (2.7.0)
138138
factory_girl (4.8.0)
139139
activesupport (>= 3.0.0)
140140
factory_girl_rails (4.8.0)
141141
factory_girl (~> 4.8.0)
142142
railties (>= 3.0.0)
143-
faraday (0.10.0)
143+
faraday (0.11.0)
144144
multipart-post (>= 1.2, < 3)
145-
ffi (1.9.14)
145+
ffi (1.9.17)
146146
filesize (0.1.1)
147147
fivemat (1.3.2)
148148
gherkin (4.0.0)
149-
i18n (0.7.0)
150-
jsobfu (0.4.1)
151-
rkelly-remix (= 0.0.6)
152-
json (1.8.3)
149+
i18n (0.8.0)
150+
jsobfu (0.4.2)
151+
rkelly-remix
152+
json (1.8.6)
153153
loofah (2.0.3)
154154
nokogiri (>= 1.5.9)
155155
metasm (1.0.2)
@@ -169,8 +169,8 @@ GEM
169169
activemodel (~> 4.2.6)
170170
activesupport (~> 4.2.6)
171171
railties (~> 4.2.6)
172-
metasploit-payloads (1.2.5)
173-
metasploit_data_models (2.0.10)
172+
metasploit-payloads (1.2.11)
173+
metasploit_data_models (2.0.14)
174174
activerecord (~> 4.2.6)
175175
activesupport (~> 4.2.6)
176176
arel-helpers
@@ -180,21 +180,21 @@ GEM
180180
postgres_ext
181181
railties (~> 4.2.6)
182182
recog (~> 2.0)
183-
metasploit_payloads-mettle (0.1.4)
183+
metasploit_payloads-mettle (0.1.7)
184184
method_source (0.8.2)
185185
mime-types (3.1)
186186
mime-types-data (~> 3.2015)
187187
mime-types-data (3.2016.0521)
188188
mini_portile2 (2.1.0)
189189
minitest (5.10.1)
190-
msgpack (1.0.2)
190+
msgpack (1.0.3)
191191
multi_json (1.12.1)
192192
multi_test (0.1.2)
193193
multipart-post (2.0.0)
194194
nessus_rest (0.1.6)
195-
net-ssh (3.2.0)
195+
net-ssh (4.0.1)
196196
network_interface (0.0.1)
197-
nokogiri (1.6.8.1)
197+
nokogiri (1.7.0.1)
198198
mini_portile2 (~> 2.1.0)
199199
octokit (4.6.2)
200200
sawyer (~> 0.8.0, >= 0.5.3)
@@ -215,15 +215,15 @@ GEM
215215
coderay (~> 1.1.0)
216216
method_source (~> 0.8.1)
217217
slop (~> 3.4)
218-
public_suffix (2.0.4)
218+
public_suffix (2.0.5)
219219
rack (1.6.5)
220220
rack-test (0.6.3)
221221
rack (>= 1.0)
222222
rails-deprecated_sanitizer (1.0.3)
223223
activesupport (>= 4.2.0.alpha)
224-
rails-dom-testing (1.0.7)
224+
rails-dom-testing (1.0.8)
225225
activesupport (>= 4.2.0.beta, < 5.0)
226-
nokogiri (~> 1.6.0)
226+
nokogiri (~> 1.6)
227227
rails-deprecated_sanitizer (>= 1.0.1)
228228
rails-html-sanitizer (1.0.3)
229229
loofah (~> 2.0)
@@ -233,10 +233,10 @@ GEM
233233
rake (>= 0.8.7)
234234
thor (>= 0.18.1, < 2.0)
235235
rake (12.0.0)
236-
rb-readline-r7 (0.5.2.0)
237-
recog (2.1.2)
236+
rb-readline (0.5.3)
237+
recog (2.1.4)
238238
nokogiri
239-
redcarpet (3.3.4)
239+
redcarpet (3.4.0)
240240
rex-arch (0.1.4)
241241
rex-text
242242
rex-bin_tools (0.1.1)
@@ -245,25 +245,25 @@ GEM
245245
rex-core
246246
rex-struct2
247247
rex-text
248-
rex-core (0.1.3)
249-
rex-encoder (0.1.1)
248+
rex-core (0.1.6)
249+
rex-encoder (0.1.2)
250250
metasm
251251
rex-arch
252252
rex-text
253-
rex-exploitation (0.1.4)
253+
rex-exploitation (0.1.10)
254254
jsobfu
255255
metasm
256256
rex-arch
257257
rex-encoder
258258
rex-text
259259
rex-java (0.1.3)
260-
rex-mime (0.1.1)
260+
rex-mime (0.1.3)
261261
rex-text
262262
rex-nop (0.1.0)
263263
rex-arch
264-
rex-ole (0.1.3)
264+
rex-ole (0.1.4)
265265
rex-text
266-
rex-powershell (0.1.68)
266+
rex-powershell (0.1.69)
267267
rex-random_identifier
268268
rex-text
269269
rex-random_identifier (0.1.1)
@@ -273,16 +273,16 @@ GEM
273273
metasm
274274
rex-core
275275
rex-text
276-
rex-socket (0.1.2)
276+
rex-socket (0.1.3)
277277
rex-core
278-
rex-sslscan (0.1.1)
278+
rex-sslscan (0.1.2)
279279
rex-socket
280280
rex-text
281281
rex-struct2 (0.1.0)
282-
rex-text (0.2.9)
282+
rex-text (0.2.11)
283283
rex-zip (0.1.1)
284284
rex-text
285-
rkelly-remix (0.0.6)
285+
rkelly-remix (0.0.7)
286286
robots (0.10.1)
287287
rspec-core (3.5.4)
288288
rspec-support (~> 3.5.0)
@@ -308,25 +308,25 @@ GEM
308308
faraday (~> 0.8, < 1.0)
309309
shoulda-matchers (3.1.1)
310310
activesupport (>= 4.0.0)
311-
simplecov (0.12.0)
311+
simplecov (0.13.0)
312312
docile (~> 1.1.0)
313313
json (>= 1.8, < 3)
314314
simplecov-html (~> 0.10.0)
315315
simplecov-html (0.10.0)
316316
slop (3.6.0)
317-
sqlite3 (1.3.12)
318-
sshkey (1.8.0)
317+
sqlite3 (1.3.13)
318+
sshkey (1.9.0)
319319
thor (0.19.4)
320320
thread_safe (0.3.5)
321321
timecop (0.8.1)
322322
tzinfo (1.2.2)
323323
thread_safe (~> 0.1)
324324
tzinfo-data (1.2016.10)
325325
tzinfo (>= 1.0.0)
326-
windows_error (0.0.2)
326+
windows_error (0.1.0)
327327
xpath (2.0.0)
328328
nokogiri (~> 1.3)
329-
yard (0.9.5)
329+
yard (0.9.8)
330330

331331
PLATFORMS
332332
ruby
@@ -348,4 +348,4 @@ DEPENDENCIES
348348
yard
349349

350350
BUNDLED WITH
351-
1.13.6
351+
1.14.3

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Source: http://www.metasploit.com/
33

44
Files: *
5-
Copyright: 2006-2016, Rapid7, Inc.
5+
Copyright: 2006-2017, Rapid7, Inc.
66
License: BSD-3-clause
77

88
# The Metasploit Framework is provided under the 3-clause BSD license provided

data/exploits/CVE-2014-3153.elf

-17.3 KB
Binary file not shown.

data/exploits/CVE-2014-3153.so

29.5 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html><body bgcolor="#2F3236"><center><div><iframe width="1280" height="720" src="https://www.youtube.com/embed/wArxEk0Rxhc?autoplay=1" frameborder="0" allowfullscreen></iframe></div></center></body></html>

0 commit comments

Comments
 (0)