mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
update payloads to 1.0.13, fixes older php meterpreters
This commit is contained in:
parent
c8b27e0563
commit
36c1339ad3
@ -10,7 +10,7 @@ PATH
|
|||||||
metasm (~> 1.0.2)
|
metasm (~> 1.0.2)
|
||||||
metasploit-concern (= 1.0.0)
|
metasploit-concern (= 1.0.0)
|
||||||
metasploit-model (= 1.0.0)
|
metasploit-model (= 1.0.0)
|
||||||
metasploit-payloads (= 1.0.12)
|
metasploit-payloads (= 1.0.13)
|
||||||
msgpack
|
msgpack
|
||||||
nokogiri
|
nokogiri
|
||||||
packetfu (= 1.1.11)
|
packetfu (= 1.1.11)
|
||||||
@ -125,7 +125,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.12)
|
metasploit-payloads (1.0.13)
|
||||||
metasploit_data_models (1.2.5)
|
metasploit_data_models (1.2.5)
|
||||||
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)
|
||||||
|
@ -63,7 +63,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.0.0'
|
spec.add_runtime_dependency 'metasploit-model', '1.0.0'
|
||||||
# Needed for Meterpreter
|
# Needed for Meterpreter
|
||||||
spec.add_runtime_dependency 'metasploit-payloads', '1.0.12'
|
spec.add_runtime_dependency 'metasploit-payloads', '1.0.13'
|
||||||
# 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