Skip to content

Commit

Permalink
Land #11182, bump mettle, change debug and background options
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Jan 3, 2019
2 parents cfec99b + 9e109c7 commit e990bb3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -23,7 +23,7 @@ PATH
metasploit-model metasploit-model
metasploit-payloads (= 1.3.58) metasploit-payloads (= 1.3.58)
metasploit_data_models metasploit_data_models
metasploit_payloads-mettle (= 0.5.0) metasploit_payloads-mettle (= 0.5.1)
mqtt mqtt
msgpack msgpack
nessus_rest nessus_rest
Expand Down Expand Up @@ -188,7 +188,7 @@ GEM
postgres_ext postgres_ext
railties (~> 4.2.6) railties (~> 4.2.6)
recog (~> 2.0) recog (~> 2.0)
metasploit_payloads-mettle (0.5.0) metasploit_payloads-mettle (0.5.1)
method_source (0.9.2) method_source (0.9.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.11.3) minitest (5.11.3)
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Expand Up @@ -72,7 +72,7 @@ Gem::Specification.new do |spec|
# Needed for Meterpreter # Needed for Meterpreter
spec.add_runtime_dependency 'metasploit-payloads', '1.3.58' spec.add_runtime_dependency 'metasploit-payloads', '1.3.58'
# Needed for the next-generation POSIX Meterpreter # Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.5.0' spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.5.1'
# Needed by msfgui and other rpc components # Needed by msfgui and other rpc components
spec.add_runtime_dependency 'msgpack' spec.add_runtime_dependency 'msgpack'
# get list of network interfaces, like eth* from OS. # get list of network interfaces, like eth* from OS.
Expand Down
Expand Up @@ -10,7 +10,7 @@


module MetasploitModule module MetasploitModule


CachedSize = 1021984 CachedSize = 1022000


include Msf::Payload::Single include Msf::Payload::Single
include Msf::Sessions::MeterpreterOptions include Msf::Sessions::MeterpreterOptions
Expand Down
Expand Up @@ -10,7 +10,7 @@


module MetasploitModule module MetasploitModule


CachedSize = 1021984 CachedSize = 1022000


include Msf::Payload::Single include Msf::Payload::Single
include Msf::Sessions::MeterpreterOptions include Msf::Sessions::MeterpreterOptions
Expand Down
Expand Up @@ -10,7 +10,7 @@


module MetasploitModule module MetasploitModule


CachedSize = 1021984 CachedSize = 1022000


include Msf::Payload::Single include Msf::Payload::Single
include Msf::Sessions::MeterpreterOptions include Msf::Sessions::MeterpreterOptions
Expand Down
Expand Up @@ -10,7 +10,7 @@


module MetasploitModule module MetasploitModule


CachedSize = 951548 CachedSize = 951564


include Msf::Payload::Single include Msf::Payload::Single
include Msf::Sessions::MeterpreterOptions include Msf::Sessions::MeterpreterOptions
Expand Down
Expand Up @@ -10,7 +10,7 @@


module MetasploitModule module MetasploitModule


CachedSize = 951548 CachedSize = 951564


include Msf::Payload::Single include Msf::Payload::Single
include Msf::Sessions::MeterpreterOptions include Msf::Sessions::MeterpreterOptions
Expand Down
Expand Up @@ -10,7 +10,7 @@


module MetasploitModule module MetasploitModule


CachedSize = 951548 CachedSize = 951564


include Msf::Payload::Single include Msf::Payload::Single
include Msf::Sessions::MeterpreterOptions include Msf::Sessions::MeterpreterOptions
Expand Down

0 comments on commit e990bb3

Please sign in to comment.