Skip to content

Commit

Permalink
Land #18152, Update PHP Meterpreter to correctly show file sizes for …
Browse files Browse the repository at this point in the history
…large files
  • Loading branch information
cgranleese-r7 committed Jun 30, 2023
2 parents dfbd14e + fa0e537 commit badb710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -32,7 +32,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 2.0.147)
metasploit-payloads (= 2.0.148)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.20)
mqtt
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
activemodel (~> 7.0)
activesupport (~> 7.0)
railties (~> 7.0)
metasploit-payloads (2.0.147)
metasploit-payloads (2.0.148)
metasploit_data_models (6.0.2)
activerecord (~> 7.0)
activesupport (~> 7.0)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Expand Up @@ -72,7 +72,7 @@ Gem::Specification.new do |spec|
# are needed when there's no database
spec.add_runtime_dependency 'metasploit-model'
# Needed for Meterpreter
spec.add_runtime_dependency 'metasploit-payloads', '2.0.147'
spec.add_runtime_dependency 'metasploit-payloads', '2.0.148'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.20'
# Needed by msfgui and other rpc components
Expand Down

0 comments on commit badb710

Please sign in to comment.