Skip to content

Commit 9327a2f

Browse files
author
Brent Cook
committed
Land rapid7#6498, incorporate latest PHP meterpreter fix
2 parents eb73612 + a3cafc3 commit 9327a2f

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
@@ -13,7 +13,7 @@ PATH
1313
metasploit-concern (= 1.0.0)
1414
metasploit-credential (= 1.0.1)
1515
metasploit-model (= 1.0.0)
16-
metasploit-payloads (= 1.0.21)
16+
metasploit-payloads (= 1.0.22)
1717
metasploit_data_models (= 1.2.10)
1818
msgpack
1919
network_interface (~> 0.0.1)
@@ -124,7 +124,7 @@ GEM
124124
activemodel (>= 4.0.9, < 4.1.0)
125125
activesupport (>= 4.0.9, < 4.1.0)
126126
railties (>= 4.0.9, < 4.1.0)
127-
metasploit-payloads (1.0.21)
127+
metasploit-payloads (1.0.22)
128128
metasploit_data_models (1.2.10)
129129
activerecord (>= 4.0.9, < 4.1.0)
130130
activesupport (>= 4.0.9, < 4.1.0)

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', '1.0.0'
7272
# Needed for Meterpreter
73-
spec.add_runtime_dependency 'metasploit-payloads', '1.0.21'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.0.22'
7474
# Needed by msfgui and other rpc components
7575
spec.add_runtime_dependency 'msgpack'
7676
# get list of network interfaces, like eth* from OS.

modules/payloads/singles/php/meterpreter_reverse_tcp.rb

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

1313
module Metasploit4
1414

15-
CachedSize = 26203
15+
CachedSize = 26205
1616

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

0 commit comments

Comments
 (0)