Skip to content

Commit 33e0d1f

Browse files
committed
Land rapid7#7493, remove unneeded badchars from payload specification
2 parents 4cafe5a + 1a1841d commit 33e0d1f

13 files changed

+13
-17
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PATH
1414
metasploit-concern
1515
metasploit-credential
1616
metasploit-model
17-
metasploit-payloads (= 1.1.25)
17+
metasploit-payloads (= 1.1.26)
1818
metasploit_data_models
1919
metasploit_payloads-mettle (= 0.0.8)
2020
msgpack
@@ -168,7 +168,7 @@ GEM
168168
activemodel (~> 4.2.6)
169169
activesupport (~> 4.2.6)
170170
railties (~> 4.2.6)
171-
metasploit-payloads (1.1.25)
171+
metasploit-payloads (1.1.26)
172172
metasploit_data_models (2.0.5)
173173
activerecord (~> 4.2.6)
174174
activesupport (~> 4.2.6)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
6565
# are needed when there's no database
6666
spec.add_runtime_dependency 'metasploit-model'
6767
# Needed for Meterpreter
68-
spec.add_runtime_dependency 'metasploit-payloads', '1.1.25'
68+
spec.add_runtime_dependency 'metasploit-payloads', '1.1.26'
6969
# Needed for the next-generation POSIX Meterpreter
7070
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.0.8'
7171
# Needed by msfgui and other rpc components

modules/exploits/windows/http/manageengine_connectionid_write.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ def initialize(info={})
4242
[
4343
[ 'ManageEngine Desktop Central 9 on Windows', {} ]
4444
],
45-
'Payload' =>
46-
{
47-
'BadChars' => "\x00"
48-
},
4945
'Privileged' => false,
5046
'DisclosureDate' => "Dec 14 2015",
5147
'DefaultTarget' => 0))

modules/payloads/singles/windows/meterpreter_bind_tcp.rb

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

1414
module MetasploitModule
1515

16-
CachedSize = 983599
16+
CachedSize = 957999
1717

1818
include Msf::Payload::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_http.rb

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

1414
module MetasploitModule
1515

16-
CachedSize = 984643
16+
CachedSize = 959043
1717

1818
include Msf::Payload::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_https.rb

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

1414
module MetasploitModule
1515

16-
CachedSize = 984643
16+
CachedSize = 959043
1717

1818
include Msf::Payload::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_ipv6_tcp.rb

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

1414
module MetasploitModule
1515

16-
CachedSize = 983599
16+
CachedSize = 957999
1717

1818
include Msf::Payload::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_tcp.rb

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

1414
module MetasploitModule
1515

16-
CachedSize = 983599
16+
CachedSize = 957999
1717

1818
include Msf::Payload::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/x64/meterpreter_bind_tcp.rb

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

1414
module MetasploitModule
1515

16-
CachedSize = 1217071
16+
CachedSize = 1189423
1717

1818
include Msf::Payload::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/x64/meterpreter_reverse_http.rb

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

1414
module MetasploitModule
1515

16-
CachedSize = 1218115
16+
CachedSize = 1190467
1717

1818
include Msf::Payload::TransportConfig
1919
include Msf::Payload::Windows

0 commit comments

Comments
 (0)