Skip to content

Commit 8444038

Browse files
author
Brent Cook
committed
Add eval alternative to PHP Meterpreter to bypass suhosin
See https://suhosin.org/stories/index.html for more information on this system.
1 parent 800cdcc commit 8444038

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
@@ -28,7 +28,7 @@ PATH
2828
metasploit-concern
2929
metasploit-credential
3030
metasploit-model
31-
metasploit-payloads (= 1.2.40)
31+
metasploit-payloads (= 1.2.41)
3232
metasploit_data_models
3333
metasploit_payloads-mettle (= 0.1.14)
3434
msgpack
@@ -178,7 +178,7 @@ GEM
178178
activemodel (~> 4.2.6)
179179
activesupport (~> 4.2.6)
180180
railties (~> 4.2.6)
181-
metasploit-payloads (1.2.40)
181+
metasploit-payloads (1.2.41)
182182
metasploit_data_models (2.0.15)
183183
activerecord (~> 4.2.6)
184184
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.2.40'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.2.41'
7474
# Needed for the next-generation POSIX Meterpreter
7575
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.1.14'
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 = 27602
14+
CachedSize = 27735
1515

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

0 commit comments

Comments
 (0)