Skip to content

Commit

Permalink
Land #15440, Update metasploit payloads gem to 2.0.48
Browse files Browse the repository at this point in the history
Merge branch 'land-15440' into upstream-master
  • Loading branch information
bwatters-r7 committed Jul 16, 2021
2 parents d0b2ea6 + 48d4fb0 commit 4f6b6e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PATH
metasploit-concern (~> 3.0.0)
metasploit-credential (~> 4.0.0)
metasploit-model (~> 3.1.0)
metasploit-payloads (= 2.0.47)
metasploit-payloads (= 2.0.48)
metasploit_data_models (~> 4.1.0)
metasploit_payloads-mettle (= 1.0.10)
mqtt
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
activemodel (~> 5.2.2)
activesupport (~> 5.2.2)
railties (~> 5.2.2)
metasploit-payloads (2.0.47)
metasploit-payloads (2.0.48)
metasploit_data_models (4.1.4)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
# are needed when there's no database
spec.add_runtime_dependency 'metasploit-model', '~> 3.1.0'
# Needed for Meterpreter
spec.add_runtime_dependency 'metasploit-payloads', '2.0.47'
spec.add_runtime_dependency 'metasploit-payloads', '2.0.48'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.10'
# Needed by msfgui and other rpc components
Expand Down

0 comments on commit 4f6b6e4

Please sign in to comment.