mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
update to metasploit-payloads 1.0.3
This commit is contained in:
parent
6a0a410cad
commit
9fea3d7a9c
@ -9,7 +9,7 @@ PATH
|
|||||||
json
|
json
|
||||||
metasploit-concern (~> 1.0)
|
metasploit-concern (~> 1.0)
|
||||||
metasploit-model (~> 1.0)
|
metasploit-model (~> 1.0)
|
||||||
metasploit-payloads (= 1.0.2)
|
metasploit-payloads (= 1.0.3)
|
||||||
msgpack
|
msgpack
|
||||||
nokogiri
|
nokogiri
|
||||||
packetfu (= 1.1.9)
|
packetfu (= 1.1.9)
|
||||||
@ -123,7 +123,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.0.2)
|
metasploit-payloads (1.0.3)
|
||||||
metasploit_data_models (1.2.3)
|
metasploit_data_models (1.2.3)
|
||||||
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)
|
||||||
|
@ -62,8 +62,8 @@ Gem::Specification.new do |spec|
|
|||||||
# Things that would normally be part of the database model, but which
|
# Things that would normally be part of the database model, but which
|
||||||
# are needed when there's no database
|
# are needed when there's no database
|
||||||
spec.add_runtime_dependency 'metasploit-model', '~> 1.0'
|
spec.add_runtime_dependency 'metasploit-model', '~> 1.0'
|
||||||
# Needed for Meterpreter on Windows, soon others.
|
# Needed for Meterpreter
|
||||||
spec.add_runtime_dependency 'metasploit-payloads', '1.0.2'
|
spec.add_runtime_dependency 'metasploit-payloads', '1.0.3'
|
||||||
# Needed by msfgui and other rpc components
|
# Needed by msfgui and other rpc components
|
||||||
spec.add_runtime_dependency 'msgpack'
|
spec.add_runtime_dependency 'msgpack'
|
||||||
# Needed by anemone crawler
|
# Needed by anemone crawler
|
||||||
|
Loading…
Reference in New Issue
Block a user