bump payloads gem
parent
4c9eba333e
commit
94c8b51a54
|
@ -13,7 +13,7 @@ PATH
|
||||||
metasploit-concern
|
metasploit-concern
|
||||||
metasploit-credential (= 1.1.0)
|
metasploit-credential (= 1.1.0)
|
||||||
metasploit-model (= 1.1.0)
|
metasploit-model (= 1.1.0)
|
||||||
metasploit-payloads (= 1.1.8)
|
metasploit-payloads (= 1.1.10)
|
||||||
metasploit_data_models (= 1.3.0)
|
metasploit_data_models (= 1.3.0)
|
||||||
msgpack
|
msgpack
|
||||||
network_interface (~> 0.0.1)
|
network_interface (~> 0.0.1)
|
||||||
|
@ -130,7 +130,7 @@ GEM
|
||||||
activemodel (>= 4.0.9, < 4.1.0)
|
activemodel (>= 4.0.9, < 4.1.0)
|
||||||
activesupport (>= 4.0.9, < 4.1.0)
|
activesupport (>= 4.0.9, < 4.1.0)
|
||||||
railties (>= 4.0.9, < 4.1.0)
|
railties (>= 4.0.9, < 4.1.0)
|
||||||
metasploit-payloads (1.1.8)
|
metasploit-payloads (1.1.10)
|
||||||
metasploit_data_models (1.3.0)
|
metasploit_data_models (1.3.0)
|
||||||
activerecord (>= 4.0.9, < 4.1.0)
|
activerecord (>= 4.0.9, < 4.1.0)
|
||||||
activesupport (>= 4.0.9, < 4.1.0)
|
activesupport (>= 4.0.9, < 4.1.0)
|
||||||
|
|
|
@ -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', '1.1.0'
|
spec.add_runtime_dependency 'metasploit-model', '1.1.0'
|
||||||
# Needed for Meterpreter
|
# Needed for Meterpreter
|
||||||
spec.add_runtime_dependency 'metasploit-payloads', '1.1.8'
|
spec.add_runtime_dependency 'metasploit-payloads', '1.1.10'
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in New Issue