Skip to content

Commit

Permalink
Land #7493, remove unneeded badchars from payload specification
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 committed Oct 26, 2016
2 parents 4cafe5a + 1a1841d commit 33e0d1f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 1.1.25)
metasploit-payloads (= 1.1.26)
metasploit_data_models
metasploit_payloads-mettle (= 0.0.8)
msgpack
Expand Down Expand Up @@ -168,7 +168,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.1.25)
metasploit-payloads (1.1.26)
metasploit_data_models (2.0.5)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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', '1.1.25'
spec.add_runtime_dependency 'metasploit-payloads', '1.1.26'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.0.8'
# Needed by msfgui and other rpc components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ def initialize(info={})
[
[ 'ManageEngine Desktop Central 9 on Windows', {} ]
],
'Payload' =>
{
'BadChars' => "\x00"
},
'Privileged' => false,
'DisclosureDate' => "Dec 14 2015",
'DefaultTarget' => 0))
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/windows/meterpreter_bind_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 983599
CachedSize = 957999

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 984643
CachedSize = 959043

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 984643
CachedSize = 959043

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 983599
CachedSize = 957999

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 983599
CachedSize = 957999

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 1217071
CachedSize = 1189423

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 1218115
CachedSize = 1190467

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 1218115
CachedSize = 1190467

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 1217071
CachedSize = 1189423

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module MetasploitModule

CachedSize = 1217071
CachedSize = 1189423

include Msf::Payload::TransportConfig
include Msf::Payload::Windows
Expand Down

0 comments on commit 33e0d1f

Please sign in to comment.