Skip to content

Commit e992b63

Browse files
committed
Land rapid7#10856, add SSL support to php meterpreter
2 parents e73a568 + 380aaf7 commit e992b63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PATH
1919
metasploit-concern
2020
metasploit-credential
2121
metasploit-model
22-
metasploit-payloads (= 1.3.52)
22+
metasploit-payloads (= 1.3.53)
2323
metasploit_data_models
2424
metasploit_payloads-mettle (= 0.4.2)
2525
mqtt
@@ -166,7 +166,7 @@ GEM
166166
activemodel (~> 4.2.6)
167167
activesupport (~> 4.2.6)
168168
railties (~> 4.2.6)
169-
metasploit-payloads (1.3.52)
169+
metasploit-payloads (1.3.53)
170170
metasploit_data_models (3.0.1)
171171
activerecord (~> 4.2.6)
172172
activesupport (~> 4.2.6)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
7070
# are needed when there's no database
7171
spec.add_runtime_dependency 'metasploit-model'
7272
# Needed for Meterpreter
73-
spec.add_runtime_dependency 'metasploit-payloads', '1.3.52'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.3.53'
7474
# Needed for the next-generation POSIX Meterpreter
7575
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.4.2'
7676
# Needed by msfgui and other rpc components

modules/payloads/singles/php/meterpreter_reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
module MetasploitModule
1313

14-
CachedSize = 30306
14+
CachedSize = 30658
1515

1616
include Msf::Payload::Single
1717
include Msf::Payload::Php::ReverseTcp

0 commit comments

Comments
 (0)