Skip to content

Commit 31cd81d

Browse files
author
Pedro Ribeiro
authored
Merge pull request #32 from rapid7/master
aaa
2 parents b38ba54 + 5cca776 commit 31cd81d

File tree

349 files changed

+4994
-13133
lines changed

Some content is hidden

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

349 files changed

+4994
-13133
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ and Metasploit's [Common Coding Mistakes].
4646
* **Do** include [console output], especially for witnessable effects in `msfconsole`.
4747
* **Do** list [verification steps] so your code is testable.
4848
* **Do** [reference associated issues] in your pull request description
49+
* **Do** write [release notes] once a pull request is landed
4950
* **Don't** leave your pull request description blank.
5051
* **Don't** abandon your pull request. Being responsive helps us land your code faster.
5152

@@ -108,6 +109,7 @@ already way ahead of the curve, so keep it up!
108109
[console output]:https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
109110
[verification steps]:https://help.github.com/articles/writing-on-github#task-lists
110111
[reference associated issues]:https://github.com/blog/1506-closing-issues-via-pull-requests
112+
[release notes]:https://github.com/rapid7/metasploit-framework/wiki/Adding-Release-Notes-to-PRs
111113
[PR#2940]:https://github.com/rapid7/metasploit-framework/pull/2940
112114
[PR#3043]:https://github.com/rapid7/metasploit-framework/pull/3043
113115
[pre-commit hook]:https://github.com/rapid7/metasploit-framework/blob/master/tools/dev/pre-commit-hook.rb

Gemfile.lock

Lines changed: 40 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.12.18)
4+
metasploit-framework (4.12.24)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -18,11 +18,13 @@ PATH
1818
metasploit_data_models
1919
metasploit_payloads-mettle (= 0.0.6)
2020
msgpack
21+
nessus_rest
2122
net-ssh
2223
network_interface
2324
nokogiri
2425
octokit
2526
openssl-ccm
27+
openvas-omp
2628
packetfu
2729
patch_finder
2830
pcaprub
@@ -32,7 +34,9 @@ PATH
3234
recog
3335
redcarpet
3436
rex-arch
37+
rex-bin_tools
3538
rex-java
39+
rex-mime
3640
rex-ole
3741
rex-powershell
3842
rex-random_identifier
@@ -46,31 +50,32 @@ PATH
4650
sshkey
4751
tzinfo
4852
tzinfo-data
53+
windows_error
4954

5055
GEM
5156
remote: https://rubygems.org/
5257
specs:
53-
actionpack (4.2.7)
54-
actionview (= 4.2.7)
55-
activesupport (= 4.2.7)
58+
actionpack (4.2.7.1)
59+
actionview (= 4.2.7.1)
60+
activesupport (= 4.2.7.1)
5661
rack (~> 1.6)
5762
rack-test (~> 0.6.2)
5863
rails-dom-testing (~> 1.0, >= 1.0.5)
5964
rails-html-sanitizer (~> 1.0, >= 1.0.2)
60-
actionview (4.2.7)
61-
activesupport (= 4.2.7)
65+
actionview (4.2.7.1)
66+
activesupport (= 4.2.7.1)
6267
builder (~> 3.1)
6368
erubis (~> 2.7.0)
6469
rails-dom-testing (~> 1.0, >= 1.0.5)
6570
rails-html-sanitizer (~> 1.0, >= 1.0.2)
66-
activemodel (4.2.7)
67-
activesupport (= 4.2.7)
71+
activemodel (4.2.7.1)
72+
activesupport (= 4.2.7.1)
6873
builder (~> 3.1)
69-
activerecord (4.2.7)
70-
activemodel (= 4.2.7)
71-
activesupport (= 4.2.7)
74+
activerecord (4.2.7.1)
75+
activemodel (= 4.2.7.1)
76+
activesupport (= 4.2.7.1)
7277
arel (~> 6.0)
73-
activesupport (4.2.7)
78+
activesupport (4.2.7.1)
7479
i18n (~> 0.7)
7580
json (~> 1.7, >= 1.7.7)
7681
minitest (~> 5.1)
@@ -111,12 +116,12 @@ GEM
111116
multi_test (>= 0.1.2)
112117
cucumber-core (1.5.0)
113118
gherkin (~> 4.0)
114-
cucumber-rails (1.4.3)
119+
cucumber-rails (1.4.4)
115120
capybara (>= 1.1.2, < 3)
116121
cucumber (>= 1.3.8, < 3)
117122
mime-types (>= 1.16, < 4)
118123
nokogiri (~> 1.5)
119-
railties (>= 3, < 5)
124+
railties (>= 3, < 5.1)
120125
cucumber-wire (0.0.1)
121126
diff-lcs (1.2.5)
122127
docile (1.1.5)
@@ -177,6 +182,7 @@ GEM
177182
multi_json (1.12.1)
178183
multi_test (0.1.2)
179184
multipart-post (2.0.0)
185+
nessus_rest (0.1.4)
180186
net-ssh (3.2.0)
181187
network_interface (0.0.1)
182188
nokogiri (1.6.8)
@@ -185,6 +191,7 @@ GEM
185191
octokit (4.3.0)
186192
sawyer (~> 0.7.0, >= 0.5.3)
187193
openssl-ccm (1.2.1)
194+
openvas-omp (0.0.4)
188195
packetfu (1.1.11)
189196
network_interface (~> 0.0)
190197
pcaprub (~> 0.12)
@@ -212,34 +219,43 @@ GEM
212219
rails-deprecated_sanitizer (>= 1.0.1)
213220
rails-html-sanitizer (1.0.3)
214221
loofah (~> 2.0)
215-
railties (4.2.7)
216-
actionpack (= 4.2.7)
217-
activesupport (= 4.2.7)
222+
railties (4.2.7.1)
223+
actionpack (= 4.2.7.1)
224+
activesupport (= 4.2.7.1)
218225
rake (>= 0.8.7)
219226
thor (>= 0.18.1, < 2.0)
220227
rake (11.2.2)
221228
rb-readline-r7 (0.5.2.0)
222-
recog (2.0.21)
229+
recog (2.0.22)
223230
nokogiri
224231
redcarpet (3.3.4)
225-
rex-arch (0.1.0)
232+
rex-arch (0.1.1)
226233
rex-text
234+
rex-bin_tools (0.1.0)
235+
metasm
236+
rex-arch
237+
rex-core
238+
rex-struct2
239+
rex-text
240+
rex-core (0.1.1)
227241
rex-java (0.1.2)
242+
rex-mime (0.1.1)
243+
rex-text
228244
rex-ole (0.1.2)
229245
rex-text
230-
rex-powershell (0.1.1)
246+
rex-powershell (0.1.64)
231247
rex-random_identifier
232248
rex-text
233249
rex-random_identifier (0.1.0)
234250
rex-text
235251
rex-registry (0.1.0)
236252
rex-struct2 (0.1.0)
237-
rex-text (0.1.1)
253+
rex-text (0.2.1)
238254
rex-zip (0.1.0)
239255
rex-text
240256
rkelly-remix (0.0.6)
241257
robots (0.10.1)
242-
rspec-core (3.5.1)
258+
rspec-core (3.5.2)
243259
rspec-support (~> 3.5.0)
244260
rspec-expectations (3.5.0)
245261
diff-lcs (>= 1.2.0, < 2.0)
@@ -278,9 +294,10 @@ GEM
278294
thread_safe (~> 0.1)
279295
tzinfo-data (1.2016.6)
280296
tzinfo (>= 1.0.0)
297+
windows_error (0.0.2)
281298
xpath (2.0.0)
282299
nokogiri (~> 1.3)
283-
yard (0.9.0)
300+
yard (0.9.5)
284301

285302
PLATFORMS
286303
ruby

0 commit comments

Comments
 (0)