Skip to content

Commit dbc9258

Browse files
author
Pedro Ribeiro
authored
Merge pull request #21 from rapid7/master
aaa
2 parents 7543f06 + 2382d75 commit dbc9258

File tree

113 files changed

+7999
-2557
lines changed

Some content is hidden

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

113 files changed

+7999
-2557
lines changed

.github/label-actions.yml

+12
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ pulls:
9292
9393
Once there's a clear path for testing and evaluating this module, we can progress with this further.
9494
95+
needs-pull-request-template:
96+
close: false
97+
comment: |
98+
When creating a pull request, please ensure that the default pull request template has been updated with the required details.
99+
95100
issues:
96101
actions:
97102
termux:
@@ -105,6 +110,13 @@ issues:
105110
* https://wiki.termux.com/wiki/Metasploit_Framework
106111
* termux/termux-packages/issues/715
107112
113+
needs-issue-template:
114+
close: true
115+
comment: |
116+
When creating an issue, please ensure that the default issue template has been updated with the required details.
117+
118+
Closing this issue. If you believe this issue has been closed in error, please provide any relevant output and logs which may be useful in diagnosing the issue.
119+
108120
potato:
109121
close: true
110122
comment: |

Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (5.0.96)
4+
metasploit-framework (5.0.101)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -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.334.0)
126-
aws-sdk-core (3.102.0)
125+
aws-partitions (1.344.0)
126+
aws-sdk-core (3.104.2)
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.170.0)
131+
aws-sdk-ec2 (1.178.0)
132132
aws-sdk-core (~> 3, >= 3.99.0)
133133
aws-sigv4 (~> 1.1)
134-
aws-sdk-iam (1.42.0)
134+
aws-sdk-iam (1.43.0)
135135
aws-sdk-core (~> 3, >= 3.99.0)
136136
aws-sigv4 (~> 1.1)
137-
aws-sdk-kms (1.35.0)
137+
aws-sdk-kms (1.36.0)
138138
aws-sdk-core (~> 3, >= 3.99.0)
139139
aws-sigv4 (~> 1.1)
140-
aws-sdk-s3 (1.70.0)
141-
aws-sdk-core (~> 3, >= 3.99.0)
140+
aws-sdk-s3 (1.75.0)
141+
aws-sdk-core (~> 3, >= 3.104.1)
142142
aws-sdk-kms (~> 1)
143143
aws-sigv4 (~> 1.1)
144144
aws-sigv4 (1.2.1)
145145
aws-eventstream (~> 1, >= 1.0.2)
146146
bcrypt (3.1.12)
147147
bcrypt_pbkdf (1.0.1)
148-
bindata (2.4.7)
148+
bindata (2.4.8)
149149
bit-struct (0.16)
150-
bson (4.9.3)
150+
bson (4.10.0)
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.4.2)
158+
diff-lcs (1.4.4)
159159
dnsruby (1.61.3)
160160
addressable (~> 2.5)
161161
docile (1.3.2)
@@ -196,7 +196,7 @@ GEM
196196
jmespath (1.4.0)
197197
jsobfu (0.4.2)
198198
rkelly-remix
199-
json (2.3.0)
199+
json (2.3.1)
200200
loofah (2.6.0)
201201
crass (~> 1.0.2)
202202
nokogiri (>= 1.5.9)
@@ -243,7 +243,7 @@ GEM
243243
net-ssh (6.1.0)
244244
network_interface (0.0.2)
245245
nexpose (7.2.1)
246-
nokogiri (1.10.9)
246+
nokogiri (1.10.10)
247247
mini_portile2 (~> 2.4.0)
248248
octokit (4.18.0)
249249
faraday (>= 0.9)
@@ -297,7 +297,7 @@ GEM
297297
rainbow (3.0.0)
298298
rake (13.0.1)
299299
rb-readline (0.5.5)
300-
recog (2.3.8)
300+
recog (2.3.12)
301301
nokogiri
302302
redcarpet (3.5.0)
303303
regexp_parser (1.7.1)
@@ -347,7 +347,7 @@ GEM
347347
rex-socket
348348
rex-text
349349
rex-struct2 (0.1.2)
350-
rex-text (0.2.26)
350+
rex-text (0.2.27)
351351
rex-zip (0.1.3)
352352
rex-text
353353
rexml (3.2.4)
@@ -375,16 +375,16 @@ GEM
375375
rspec-rerun (1.1.0)
376376
rspec (~> 3.0)
377377
rspec-support (3.9.3)
378-
rubocop (0.86.0)
378+
rubocop (0.88.0)
379379
parallel (~> 1.10)
380-
parser (>= 2.7.0.1)
380+
parser (>= 2.7.1.1)
381381
rainbow (>= 2.2.2, < 4.0)
382382
regexp_parser (>= 1.7)
383383
rexml
384-
rubocop-ast (>= 0.0.3, < 1.0)
384+
rubocop-ast (>= 0.1.0, < 1.0)
385385
ruby-progressbar (~> 1.7)
386386
unicode-display_width (>= 1.4.0, < 2.0)
387-
rubocop-ast (0.0.3)
387+
rubocop-ast (0.2.0)
388388
parser (>= 2.7.0.1)
389389
ruby-macho (2.2.0)
390390
ruby-prof (1.4.1)
@@ -426,7 +426,7 @@ GEM
426426
unicode-display_width (1.7.0)
427427
warden (1.2.7)
428428
rack (>= 1.0)
429-
websocket-driver (0.7.2)
429+
websocket-driver (0.7.3)
430430
websocket-extensions (>= 0.1.0)
431431
websocket-extensions (0.1.5)
432432
windows_error (0.1.2)

LICENSE_GEMS

+18-18
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.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"
14+
aws-partitions, 1.344.0, "Apache 2.0"
15+
aws-sdk-core, 3.104.2, "Apache 2.0"
16+
aws-sdk-ec2, 1.178.0, "Apache 2.0"
17+
aws-sdk-iam, 1.43.0, "Apache 2.0"
18+
aws-sdk-kms, 1.36.0, "Apache 2.0"
19+
aws-sdk-s3, 1.75.0, "Apache 2.0"
2020
aws-sigv4, 1.2.1, "Apache 2.0"
2121
bcrypt, 3.1.12, MIT
2222
bcrypt_pbkdf, 1.0.1, MIT
23-
bindata, 2.4.7, ruby
23+
bindata, 2.4.8, ruby
2424
bit-struct, 0.16, ruby
25-
bson, 4.9.3, "Apache 2.0"
25+
bson, 4.10.0, "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.4.2, "MIT, Artistic-2.0, GPL-2.0+"
34+
diff-lcs, 1.4.4, "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
@@ -54,15 +54,15 @@ io-console, 0.5.6, "Simplified BSD"
5454
irb, 1.2.4, "Simplified BSD"
5555
jmespath, 1.4.0, "Apache 2.0"
5656
jsobfu, 0.4.2, "New BSD"
57-
json, 2.3.0, ruby
57+
json, 2.3.1, ruby
5858
loofah, 2.6.0, MIT
5959
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.96, "New BSD"
63+
metasploit-framework, 5.0.101, "New BSD"
6464
metasploit-model, 2.0.4, "New BSD"
65-
metasploit-payloads, 1.4.2, "3-clause (or ""modified"") BSD"
65+
metasploit-payloads, 1.4.4, "3-clause (or ""modified"") BSD"
6666
metasploit_data_models, 3.0.10, "New BSD"
6767
metasploit_payloads-mettle, 0.5.21, "3-clause (or ""modified"") BSD"
6868
method_source, 1.0.0, MIT
@@ -76,7 +76,7 @@ net-ldap, 0.16.2, MIT
7676
net-ssh, 6.1.0, MIT
7777
network_interface, 0.0.2, MIT
7878
nexpose, 7.2.1, "New BSD"
79-
nokogiri, 1.10.9, MIT
79+
nokogiri, 1.10.10, MIT
8080
octokit, 4.18.0, MIT
8181
openssl-ccm, 1.2.2, MIT
8282
openvas-omp, 0.0.4, MIT
@@ -102,7 +102,7 @@ railties, 4.2.11.3, MIT
102102
rainbow, 3.0.0, MIT
103103
rake, 13.0.1, MIT
104104
rb-readline, 0.5.5, BSD
105-
recog, 2.3.8, unknown
105+
recog, 2.3.12, unknown
106106
redcarpet, 3.5.0, MIT
107107
regexp_parser, 1.7.1, MIT
108108
reline, 0.1.4, "Ruby License"
@@ -122,7 +122,7 @@ rex-rop_builder, 0.1.3, "New BSD"
122122
rex-socket, 0.1.23, "New BSD"
123123
rex-sslscan, 0.1.5, "New BSD"
124124
rex-struct2, 0.1.2, "New BSD"
125-
rex-text, 0.2.26, "New BSD"
125+
rex-text, 0.2.27, "New BSD"
126126
rex-zip, 0.1.3, "New BSD"
127127
rexml, 3.2.4, "Simplified BSD"
128128
rkelly-remix, 0.0.7, MIT
@@ -133,8 +133,8 @@ 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.86.0, MIT
137-
rubocop-ast, 0.0.3, MIT
136+
rubocop, 0.88.0, MIT
137+
rubocop-ast, 0.2.0, MIT
138138
ruby-macho, 2.2.0, MIT
139139
ruby-prof, 1.4.1, "Simplified BSD"
140140
ruby-progressbar, 1.10.1, MIT
@@ -159,7 +159,7 @@ tzinfo, 1.2.7, MIT
159159
tzinfo-data, 1.2020.1, MIT
160160
unicode-display_width, 1.7.0, MIT
161161
warden, 1.2.7, MIT
162-
websocket-driver, 0.7.2, "Apache 2.0"
162+
websocket-driver, 0.7.3, "Apache 2.0"
163163
websocket-extensions, 0.1.5, "Apache 2.0"
164164
windows_error, 0.1.2, BSD
165165
xdr, 2.0.0, "Apache 2.0"

0 commit comments

Comments
 (0)