Skip to content

Commit 1a10b21

Browse files
committed
Use metasploit-credential with association search
MSP-10029
1 parent a4e5c36 commit 1a10b21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :db do
77
# Needed for Msf::DbManager
88
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
99
# Metasploit::Credential database models
10-
gem 'metasploit-credential', '~> 0.7.8'
10+
gem 'metasploit-credential', '>= 0.7.9.pre.core.pre.search', '< 0.7.10'
1111
# Database models shared between framework and Pro.
1212
gem 'metasploit_data_models', '>= 0.18.0', '< 0.19'
1313
# Needed for module caching in Mdm::ModuleDetails

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
json (1.8.1)
5959
metasploit-concern (0.1.1)
6060
activesupport (~> 3.0, >= 3.0.0)
61-
metasploit-credential (0.7.8)
61+
metasploit-credential (0.7.9.pre.core.pre.search)
6262
metasploit-concern (~> 0.1.0)
6363
metasploit-model (>= 0.25.6)
6464
metasploit_data_models (>= 0.18.0.pre.compatibility, < 0.19)
@@ -156,7 +156,7 @@ DEPENDENCIES
156156
factory_girl (>= 4.1.0)
157157
factory_girl_rails
158158
fivemat (= 1.2.1)
159-
metasploit-credential (~> 0.7.8)
159+
metasploit-credential (>= 0.7.9.pre.core.pre.search, < 0.7.10)
160160
metasploit-framework!
161161
metasploit_data_models (>= 0.18.0, < 0.19)
162162
network_interface (~> 0.0.1)

0 commit comments

Comments
 (0)