pull latest credential
parent
a626c45813
commit
fcf0a3f096
12
Gemfile.lock
12
Gemfile.lock
|
@ -22,7 +22,7 @@ PATH
|
||||||
tzinfo
|
tzinfo
|
||||||
metasploit-framework-db (4.11.0.pre.dev)
|
metasploit-framework-db (4.11.0.pre.dev)
|
||||||
activerecord (>= 3.2.21, < 4.0.0)
|
activerecord (>= 3.2.21, < 4.0.0)
|
||||||
metasploit-credential (~> 0.13.8)
|
metasploit-credential (~> 0.13.10)
|
||||||
metasploit-framework (= 4.11.0.pre.dev)
|
metasploit-framework (= 4.11.0.pre.dev)
|
||||||
metasploit_data_models (~> 0.21.3)
|
metasploit_data_models (~> 0.21.3)
|
||||||
pg (>= 0.11)
|
pg (>= 0.11)
|
||||||
|
@ -101,7 +101,7 @@ GEM
|
||||||
gherkin (2.11.6)
|
gherkin (2.11.6)
|
||||||
json (>= 1.7.6)
|
json (>= 1.7.6)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
i18n (0.6.11)
|
i18n (0.7.0)
|
||||||
journey (1.0.4)
|
journey (1.0.4)
|
||||||
jsobfu (0.2.1)
|
jsobfu (0.2.1)
|
||||||
rkelly-remix (= 0.0.6)
|
rkelly-remix (= 0.0.6)
|
||||||
|
@ -112,7 +112,7 @@ GEM
|
||||||
metasploit-concern (0.3.0)
|
metasploit-concern (0.3.0)
|
||||||
activesupport (~> 3.0, >= 3.0.0)
|
activesupport (~> 3.0, >= 3.0.0)
|
||||||
railties (< 4.0.0)
|
railties (< 4.0.0)
|
||||||
metasploit-credential (0.13.8)
|
metasploit-credential (0.13.10)
|
||||||
metasploit-concern (~> 0.3.0)
|
metasploit-concern (~> 0.3.0)
|
||||||
metasploit-model (~> 0.28.0)
|
metasploit-model (~> 0.28.0)
|
||||||
metasploit_data_models (~> 0.21.0)
|
metasploit_data_models (~> 0.21.0)
|
||||||
|
@ -135,7 +135,7 @@ GEM
|
||||||
meterpreter_bins (0.0.12)
|
meterpreter_bins (0.0.12)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (1.25.1)
|
mime-types (1.25.1)
|
||||||
mini_portile (0.6.1)
|
mini_portile (0.6.2)
|
||||||
msgpack (0.5.9)
|
msgpack (0.5.9)
|
||||||
multi_json (1.0.4)
|
multi_json (1.0.4)
|
||||||
network_interface (0.0.1)
|
network_interface (0.0.1)
|
||||||
|
@ -143,7 +143,7 @@ GEM
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
packetfu (1.1.9)
|
packetfu (1.1.9)
|
||||||
pcaprub (0.11.3)
|
pcaprub (0.11.3)
|
||||||
pg (0.17.1)
|
pg (0.18.1)
|
||||||
polyglot (0.3.5)
|
polyglot (0.3.5)
|
||||||
pry (0.10.0)
|
pry (0.10.0)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
|
@ -175,7 +175,7 @@ GEM
|
||||||
rb-readline (0.5.1)
|
rb-readline (0.5.1)
|
||||||
rdoc (3.12.2)
|
rdoc (3.12.2)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
recog (1.0.6)
|
recog (1.0.7)
|
||||||
nokogiri
|
nokogiri
|
||||||
redcarpet (3.1.2)
|
redcarpet (3.1.2)
|
||||||
rkelly-remix (0.0.6)
|
rkelly-remix (0.0.6)
|
||||||
|
|
|
@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION
|
spec.add_runtime_dependency 'activerecord', *Metasploit::Framework::RailsVersionConstraint::RAILS_VERSION
|
||||||
# Metasploit::Credential database models
|
# Metasploit::Credential database models
|
||||||
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.9'
|
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.10'
|
||||||
# Database models shared between framework and Pro.
|
# Database models shared between framework and Pro.
|
||||||
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.3'
|
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.3'
|
||||||
# depend on metasploit-framewrok as the optional gems are useless with the actual code
|
# depend on metasploit-framewrok as the optional gems are useless with the actual code
|
||||||
|
|
Loading…
Reference in New Issue