Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into pr/15400
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Jul 15, 2021
2 parents a6b4d20 + 5f8f1b3 commit a12201f
Show file tree
Hide file tree
Showing 54 changed files with 4,618 additions and 1,143 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gemfile.local.lock
config/database.yml
# target config file for testing
features/support/targets.yml
# Generated test files
spec/dummy
# simplecov coverage data
coverage
doc/
Expand Down Expand Up @@ -94,6 +96,5 @@ docker-compose.local*
*.pyc
rspec.failures


#Ignore any base disk store files
db/modules_metadata_base.pstore
db/modules_metadata_base.pstore
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pdeardorff-r7 <pdeardorff-r7@github> <Paul_Deardorff@rapid7.com>
sgonzalez-r7 <sgonzalez-r7@github> <sgonzalez@rapid7.com>
sgonzalez-r7 <sgonzalez-r7@github> <sonny_gonzalez@rapid7.com>
shuckins-r7 <shuckins-r7@github> <samuel_huckins@rapid7.com>
sjanusz-r7 <sjanusz-r7@github> <simon_janusz@rapid7.com>
smcintyre-r7 <smcintyre-r7@github> <spencer_mcintyre@rapid7.com>
space-r7 <space-r7@github> <shelby_pace@rapid7.com>
tdoan-r7 <tdoan-r7@github> <thao_doan@rapid7.com>
Expand Down
36 changes: 21 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.52)
metasploit-framework (6.0.53)
actionpack (~> 5.2.2)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
Expand Down Expand Up @@ -83,6 +83,7 @@ PATH
thin
tzinfo
tzinfo-data
unix-crypt
warden
windows_error
xdr
Expand Down Expand Up @@ -117,24 +118,24 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
afm (0.2.2)
arel (9.0.0)
arel-helpers (2.12.0)
activerecord (>= 3.1.0, < 7)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-partitions (1.472.0)
aws-sdk-core (3.115.0)
aws-partitions (1.475.0)
aws-sdk-core (3.116.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.245.0)
aws-sdk-ec2 (1.248.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.55.0)
aws-sdk-iam (1.56.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.44.0)
Expand All @@ -144,7 +145,7 @@ GEM
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.3)
aws-sigv4 (1.2.4)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
Expand Down Expand Up @@ -181,19 +182,23 @@ GEM
railties (>= 5.0.0)
faker (2.18.0)
i18n (>= 1.6, < 2)
faraday (1.4.3)
faraday (1.5.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday-patron (1.0.0)
faye-websocket (0.11.1)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
Expand All @@ -204,7 +209,7 @@ GEM
ed25519 (~> 1.2)
http-cookie (1.0.4)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
http_parser.rb (0.7.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
io-console (0.5.9)
Expand All @@ -218,7 +223,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
memory_profiler (1.0.0)
metasm (1.0.4)
metasm (1.0.5)
metasploit-concern (3.0.2)
activemodel (~> 5.2.2)
activesupport (~> 5.2.2)
Expand Down Expand Up @@ -275,7 +280,7 @@ GEM
packetfu (1.1.13)
pcaprub
parallel (1.20.1)
parser (3.0.1.1)
parser (3.0.2.0)
ast (~> 2.4.1)
patch_finder (1.0.2)
pcaprub (0.13.0)
Expand Down Expand Up @@ -313,7 +318,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
rake (13.0.5)
rb-readline (0.5.5)
recog (2.3.20)
nokogiri
Expand Down Expand Up @@ -348,7 +353,7 @@ GEM
rex-arch
rex-ole (0.1.7)
rex-text
rex-powershell (0.1.90)
rex-powershell (0.1.91)
rex-random_identifier
rex-text
ruby-rc4
Expand Down Expand Up @@ -394,7 +399,7 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.10.2)
rubocop (1.18.1)
rubocop (1.18.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -417,7 +422,7 @@ GEM
rubyntlm
windows_error
rubyntlm (0.6.3)
rubyzip (2.3.0)
rubyzip (2.3.2)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand Down Expand Up @@ -452,6 +457,7 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unix-crypt (1.3.0)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.7.0)
Expand Down
30 changes: 16 additions & 14 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ actionview, 5.2.6, MIT
activemodel, 5.2.6, MIT
activerecord, 5.2.6, MIT
activesupport, 5.2.6, MIT
addressable, 2.7.0, "Apache 2.0"
addressable, 2.8.0, "Apache 2.0"
afm, 0.2.2, MIT
arel, 9.0.0, MIT
arel-helpers, 2.12.0, MIT
ast, 2.4.2, MIT
aws-eventstream, 1.1.1, "Apache 2.0"
aws-partitions, 1.472.0, "Apache 2.0"
aws-sdk-core, 3.115.0, "Apache 2.0"
aws-sdk-ec2, 1.245.0, "Apache 2.0"
aws-sdk-iam, 1.55.0, "Apache 2.0"
aws-partitions, 1.474.0, "Apache 2.0"
aws-sdk-core, 3.116.0, "Apache 2.0"
aws-sdk-ec2, 1.248.0, "Apache 2.0"
aws-sdk-iam, 1.56.0, "Apache 2.0"
aws-sdk-kms, 1.44.0, "Apache 2.0"
aws-sdk-s3, 1.96.1, "Apache 2.0"
aws-sigv4, 1.2.3, "Apache 2.0"
Expand Down Expand Up @@ -42,19 +42,21 @@ eventmachine, 1.2.7, "ruby, GPL-2.0"
factory_bot, 6.2.0, MIT
factory_bot_rails, 6.2.0, MIT
faker, 2.18.0, MIT
faraday, 1.4.3, MIT
faraday, 1.5.0, MIT
faraday-em_http, 1.0.0, MIT
faraday-em_synchrony, 1.0.0, MIT
faraday-excon, 1.1.0, MIT
faraday-httpclient, 1.0.1, MIT
faraday-net_http, 1.0.1, MIT
faraday-net_http_persistent, 1.1.0, MIT
faraday-patron, 1.0.0, MIT
faye-websocket, 0.11.1, "Apache 2.0"
filesize, 0.2.0, MIT
fivemat, 1.3.7, MIT
hashery, 2.1.2, "Simplified BSD"
hrr_rb_ssh, 0.3.0.pre2, "Apache 2.0"
http-cookie, 1.0.4, MIT
http_parser.rb, 0.6.0, MIT
http_parser.rb, 0.7.0, MIT
i18n, 1.8.10, MIT
io-console, 0.5.9, "ruby, Simplified BSD"
irb, 1.3.6, "ruby, Simplified BSD"
Expand All @@ -63,10 +65,10 @@ jsobfu, 0.4.2, "New BSD"
json, 2.5.1, ruby
loofah, 2.10.0, MIT
memory_profiler, 1.0.0, MIT
metasm, 1.0.4, LGPL-2.1
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 3.0.2, "New BSD"
metasploit-credential, 4.0.5, "New BSD"
metasploit-framework, 6.0.52, "New BSD"
metasploit-framework, 6.0.53, "New BSD"
metasploit-model, 3.1.4, "New BSD"
metasploit-payloads, 2.0.47, "3-clause (or ""modified"") BSD"
metasploit_data_models, 4.1.4, "New BSD"
Expand All @@ -91,7 +93,7 @@ openssl-cmac, 2.0.1, MIT
openvas-omp, 0.0.4, MIT
packetfu, 1.1.13, BSD
parallel, 1.20.1, MIT
parser, 3.0.1.1, MIT
parser, 3.0.2.0, MIT
patch_finder, 1.0.2, "New BSD"
pcaprub, 0.13.0, LGPL-2.1
pdf-reader, 2.5.0, MIT
Expand All @@ -108,7 +110,7 @@ rails-dom-testing, 2.0.3, MIT
rails-html-sanitizer, 1.3.0, MIT
railties, 5.2.6, MIT
rainbow, 3.0.0, MIT
rake, 13.0.3, MIT
rake, 13.0.5, MIT
rb-readline, 0.5.5, BSD
recog, 2.3.20, unknown
redcarpet, 3.5.1, MIT
Expand All @@ -123,7 +125,7 @@ rex-java, 0.1.6, "New BSD"
rex-mime, 0.1.6, "New BSD"
rex-nop, 0.1.2, "New BSD"
rex-ole, 0.1.7, "New BSD"
rex-powershell, 0.1.90, "New BSD"
rex-powershell, 0.1.91, "New BSD"
rex-random_identifier, 0.1.5, "New BSD"
rex-registry, 0.1.4, "New BSD"
rex-rop_builder, 0.1.4, "New BSD"
Expand All @@ -141,7 +143,7 @@ rspec-mocks, 3.10.2, MIT
rspec-rails, 5.0.1, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.10.2, MIT
rubocop, 1.18.1, MIT
rubocop, 1.18.3, MIT
rubocop-ast, 1.7.0, MIT
ruby-macho, 2.5.1, MIT
ruby-prof, 1.4.2, "Simplified BSD"
Expand All @@ -150,7 +152,7 @@ ruby-rc4, 0.1.5, MIT
ruby2_keywords, 0.0.4, "ruby, Simplified BSD"
ruby_smb, 2.0.10, "New BSD"
rubyntlm, 0.6.3, MIT
rubyzip, 2.3.0, "Simplified BSD"
rubyzip, 2.3.2, "Simplified BSD"
sawyer, 0.8.2, MIT
simplecov, 0.18.2, MIT
simplecov-html, 0.12.3, MIT
Expand Down
Loading

0 comments on commit a12201f

Please sign in to comment.