parent
cf33f482a1
commit
99c9f88bba
|
@ -20,7 +20,7 @@ PATH
|
||||||
metasploit-concern
|
metasploit-concern
|
||||||
metasploit-credential (< 3.0.0)
|
metasploit-credential (< 3.0.0)
|
||||||
metasploit-model
|
metasploit-model
|
||||||
metasploit-payloads (= 1.3.61)
|
metasploit-payloads (= 1.3.62)
|
||||||
metasploit_data_models (< 3.0.0)
|
metasploit_data_models (< 3.0.0)
|
||||||
metasploit_payloads-mettle (= 0.5.7)
|
metasploit_payloads-mettle (= 0.5.7)
|
||||||
mqtt
|
mqtt
|
||||||
|
@ -160,7 +160,7 @@ GEM
|
||||||
activemodel (~> 4.2.6)
|
activemodel (~> 4.2.6)
|
||||||
activesupport (~> 4.2.6)
|
activesupport (~> 4.2.6)
|
||||||
railties (~> 4.2.6)
|
railties (~> 4.2.6)
|
||||||
metasploit-payloads (1.3.61)
|
metasploit-payloads (1.3.62)
|
||||||
metasploit_data_models (2.0.17)
|
metasploit_data_models (2.0.17)
|
||||||
activerecord (~> 4.2.6)
|
activerecord (~> 4.2.6)
|
||||||
activesupport (~> 4.2.6)
|
activesupport (~> 4.2.6)
|
||||||
|
|
|
@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
|
||||||
# are needed when there's no database
|
# are needed when there's no database
|
||||||
spec.add_runtime_dependency 'metasploit-model'
|
spec.add_runtime_dependency 'metasploit-model'
|
||||||
# Needed for Meterpreter
|
# Needed for Meterpreter
|
||||||
spec.add_runtime_dependency 'metasploit-payloads', '1.3.61'
|
spec.add_runtime_dependency 'metasploit-payloads', '1.3.62'
|
||||||
# Needed for the next-generation POSIX Meterpreter
|
# Needed for the next-generation POSIX Meterpreter
|
||||||
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.5.7'
|
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.5.7'
|
||||||
# Needed by msfgui and other rpc components
|
# Needed by msfgui and other rpc components
|
||||||
|
|
|
@ -11,7 +11,7 @@ require 'msf/base/sessions/meterpreter_python'
|
||||||
|
|
||||||
module MetasploitModule
|
module MetasploitModule
|
||||||
|
|
||||||
CachedSize = 71982
|
CachedSize = 71962
|
||||||
|
|
||||||
include Msf::Payload::Single
|
include Msf::Payload::Single
|
||||||
include Msf::Payload::Python
|
include Msf::Payload::Python
|
||||||
|
|
|
@ -11,7 +11,7 @@ require 'msf/base/sessions/meterpreter_python'
|
||||||
|
|
||||||
module MetasploitModule
|
module MetasploitModule
|
||||||
|
|
||||||
CachedSize = 71918
|
CachedSize = 71898
|
||||||
|
|
||||||
include Msf::Payload::Single
|
include Msf::Payload::Single
|
||||||
include Msf::Payload::Python
|
include Msf::Payload::Python
|
||||||
|
|
|
@ -11,7 +11,7 @@ require 'msf/base/sessions/meterpreter_python'
|
||||||
|
|
||||||
module MetasploitModule
|
module MetasploitModule
|
||||||
|
|
||||||
CachedSize = 71918
|
CachedSize = 71898
|
||||||
|
|
||||||
include Msf::Payload::Single
|
include Msf::Payload::Single
|
||||||
include Msf::Payload::Python
|
include Msf::Payload::Python
|
||||||
|
|
|
@ -11,7 +11,7 @@ require 'msf/base/sessions/meterpreter_python'
|
||||||
|
|
||||||
module MetasploitModule
|
module MetasploitModule
|
||||||
|
|
||||||
CachedSize = 71882
|
CachedSize = 71862
|
||||||
|
|
||||||
include Msf::Payload::Single
|
include Msf::Payload::Single
|
||||||
include Msf::Payload::Python
|
include Msf::Payload::Python
|
||||||
|
|
Loading…
Reference in New Issue