Skip to content

Commit 7543f06

Browse files
author
Pedro Ribeiro
authored
Merge pull request #20 from rapid7/master
fdfdfd
2 parents 8e0f2d8 + 92f456d commit 7543f06

File tree

68 files changed

+4265
-331
lines changed

Some content is hidden

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

68 files changed

+4265
-331
lines changed

Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (5.0.95)
4+
metasploit-framework (5.0.96)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -29,7 +29,7 @@ PATH
2929
metasploit-concern (~> 2.0.0)
3030
metasploit-credential (~> 3.0.0)
3131
metasploit-model (~> 2.0.4)
32-
metasploit-payloads (= 1.4.2)
32+
metasploit-payloads (= 1.4.4)
3333
metasploit_data_models (~> 3.0.10)
3434
metasploit_payloads-mettle (= 0.5.21)
3535
mqtt
@@ -122,40 +122,40 @@ GEM
122122
activerecord (>= 3.1.0, < 7)
123123
ast (2.4.1)
124124
aws-eventstream (1.1.0)
125-
aws-partitions (1.330.0)
126-
aws-sdk-core (3.100.0)
125+
aws-partitions (1.334.0)
126+
aws-sdk-core (3.102.0)
127127
aws-eventstream (~> 1, >= 1.0.2)
128128
aws-partitions (~> 1, >= 1.239.0)
129129
aws-sigv4 (~> 1.1)
130130
jmespath (~> 1.0)
131-
aws-sdk-ec2 (1.167.0)
131+
aws-sdk-ec2 (1.170.0)
132132
aws-sdk-core (~> 3, >= 3.99.0)
133133
aws-sigv4 (~> 1.1)
134-
aws-sdk-iam (1.40.1)
134+
aws-sdk-iam (1.42.0)
135135
aws-sdk-core (~> 3, >= 3.99.0)
136136
aws-sigv4 (~> 1.1)
137-
aws-sdk-kms (1.34.1)
137+
aws-sdk-kms (1.35.0)
138138
aws-sdk-core (~> 3, >= 3.99.0)
139139
aws-sigv4 (~> 1.1)
140-
aws-sdk-s3 (1.68.1)
140+
aws-sdk-s3 (1.70.0)
141141
aws-sdk-core (~> 3, >= 3.99.0)
142142
aws-sdk-kms (~> 1)
143143
aws-sigv4 (~> 1.1)
144-
aws-sigv4 (1.2.0)
144+
aws-sigv4 (1.2.1)
145145
aws-eventstream (~> 1, >= 1.0.2)
146146
bcrypt (3.1.12)
147147
bcrypt_pbkdf (1.0.1)
148148
bindata (2.4.7)
149149
bit-struct (0.16)
150-
bson (4.9.2)
150+
bson (4.9.3)
151151
builder (3.2.4)
152152
byebug (11.1.3)
153153
coderay (1.1.3)
154154
concurrent-ruby (1.0.5)
155155
cookiejar (0.3.3)
156156
crass (1.0.6)
157157
daemons (1.3.1)
158-
diff-lcs (1.3)
158+
diff-lcs (1.4.2)
159159
dnsruby (1.61.3)
160160
addressable (~> 2.5)
161161
docile (1.3.2)
@@ -220,7 +220,7 @@ GEM
220220
activemodel (~> 4.2.6)
221221
activesupport (~> 4.2.6)
222222
railties (~> 4.2.6)
223-
metasploit-payloads (1.4.2)
223+
metasploit-payloads (1.4.4)
224224
metasploit_data_models (3.0.10)
225225
activerecord (~> 4.2.6)
226226
activesupport (~> 4.2.6)
@@ -253,8 +253,8 @@ GEM
253253
packetfu (1.1.13)
254254
pcaprub
255255
parallel (1.19.2)
256-
parser (2.7.1.3)
257-
ast (~> 2.4.0)
256+
parser (2.7.1.4)
257+
ast (~> 2.4.1)
258258
patch_finder (1.0.2)
259259
pcaprub (0.13.0)
260260
pdf-reader (2.4.0)
@@ -375,13 +375,13 @@ GEM
375375
rspec-rerun (1.1.0)
376376
rspec (~> 3.0)
377377
rspec-support (3.9.3)
378-
rubocop (0.85.1)
378+
rubocop (0.86.0)
379379
parallel (~> 1.10)
380380
parser (>= 2.7.0.1)
381381
rainbow (>= 2.2.2, < 4.0)
382382
regexp_parser (>= 1.7)
383383
rexml
384-
rubocop-ast (>= 0.0.3)
384+
rubocop-ast (>= 0.0.3, < 1.0)
385385
ruby-progressbar (~> 1.7)
386386
unicode-display_width (>= 1.4.0, < 2.0)
387387
rubocop-ast (0.0.3)

LICENSE_GEMS

+12-12
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ arel, 6.0.4, MIT
1111
arel-helpers, 2.11.0, MIT
1212
ast, 2.4.1, MIT
1313
aws-eventstream, 1.1.0, "Apache 2.0"
14-
aws-partitions, 1.330.0, "Apache 2.0"
15-
aws-sdk-core, 3.100.0, "Apache 2.0"
16-
aws-sdk-ec2, 1.167.0, "Apache 2.0"
17-
aws-sdk-iam, 1.40.1, "Apache 2.0"
18-
aws-sdk-kms, 1.34.1, "Apache 2.0"
19-
aws-sdk-s3, 1.68.1, "Apache 2.0"
20-
aws-sigv4, 1.2.0, "Apache 2.0"
14+
aws-partitions, 1.334.0, "Apache 2.0"
15+
aws-sdk-core, 3.102.0, "Apache 2.0"
16+
aws-sdk-ec2, 1.170.0, "Apache 2.0"
17+
aws-sdk-iam, 1.42.0, "Apache 2.0"
18+
aws-sdk-kms, 1.35.0, "Apache 2.0"
19+
aws-sdk-s3, 1.70.0, "Apache 2.0"
20+
aws-sigv4, 1.2.1, "Apache 2.0"
2121
bcrypt, 3.1.12, MIT
2222
bcrypt_pbkdf, 1.0.1, MIT
2323
bindata, 2.4.7, ruby
2424
bit-struct, 0.16, ruby
25-
bson, 4.9.2, "Apache 2.0"
25+
bson, 4.9.3, "Apache 2.0"
2626
builder, 3.2.4, MIT
2727
bundler, 1.17.3, MIT
2828
byebug, 11.1.3, "Simplified BSD"
@@ -31,7 +31,7 @@ concurrent-ruby, 1.0.5, MIT
3131
cookiejar, 0.3.3, unknown
3232
crass, 1.0.6, MIT
3333
daemons, 1.3.1, MIT
34-
diff-lcs, 1.3, "MIT, Artistic-2.0, GPL-2.0+"
34+
diff-lcs, 1.4.2, "MIT, Artistic-2.0, GPL-2.0+"
3535
dnsruby, 1.61.3, "Apache 2.0"
3636
docile, 1.3.2, MIT
3737
ed25519, 1.2.4, MIT
@@ -60,7 +60,7 @@ memory_profiler, 0.9.14, MIT
6060
metasm, 1.0.4, LGPL-2.1
6161
metasploit-concern, 2.0.5, "New BSD"
6262
metasploit-credential, 3.0.4, "New BSD"
63-
metasploit-framework, 5.0.95, "New BSD"
63+
metasploit-framework, 5.0.96, "New BSD"
6464
metasploit-model, 2.0.4, "New BSD"
6565
metasploit-payloads, 1.4.2, "3-clause (or ""modified"") BSD"
6666
metasploit_data_models, 3.0.10, "New BSD"
@@ -82,7 +82,7 @@ openssl-ccm, 1.2.2, MIT
8282
openvas-omp, 0.0.4, MIT
8383
packetfu, 1.1.13, BSD
8484
parallel, 1.19.2, MIT
85-
parser, 2.7.1.3, MIT
85+
parser, 2.7.1.4, MIT
8686
patch_finder, 1.0.2, "New BSD"
8787
pcaprub, 0.13.0, LGPL-2.1
8888
pdf-reader, 2.4.0, MIT
@@ -133,7 +133,7 @@ rspec-mocks, 3.9.1, MIT
133133
rspec-rails, 4.0.1, MIT
134134
rspec-rerun, 1.1.0, MIT
135135
rspec-support, 3.9.3, MIT
136-
rubocop, 0.85.1, MIT
136+
rubocop, 0.86.0, MIT
137137
rubocop-ast, 0.0.3, MIT
138138
ruby-macho, 2.2.0, MIT
139139
ruby-prof, 1.4.1, "Simplified BSD"

0 commit comments

Comments
 (0)