1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-18 14:00:12 +02:00

update payloads to 1.0.13, fixes older php meterpreters

This commit is contained in:
Brent Cook 2015-09-16 15:41:01 -05:00
parent c8b27e0563
commit 36c1339ad3
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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