Skip to content

Commit 49f10e6

Browse files
David MaloneyDavid Maloney
authored andcommitted
use latest version of metasploit-credential
MSP-11609
1 parent ccc5bbd commit 49f10e6

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gemspec name: 'metasploit-framework'
55

66
group :db do
77
gemspec name: 'metasploit-framework-db'
8+
gem 'metasploit-credential', git: 'https://github.com/rapid7/metasploit-credential.git', branch: 'bug/MSP-11609/blank-username-failure'
89
end
910

1011
group :development do

Gemfile.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
GIT
2+
remote: https://github.com/rapid7/metasploit-credential.git
3+
revision: b5c36d0df013969df64625cfe23bd9a0ab3d2ee6
4+
branch: bug/MSP-11609/blank-username-failure
5+
specs:
6+
metasploit-credential (0.13.3.pre.blank.pre.username.pre.failure)
7+
metasploit-concern (~> 0.3.0)
8+
metasploit-model (~> 0.28.0)
9+
metasploit_data_models (~> 0.21.0)
10+
pg
11+
railties (< 4.0.0)
12+
rubyntlm
13+
rubyzip (~> 1.1)
14+
115
PATH
216
remote: .
317
specs:
@@ -22,7 +36,7 @@ PATH
2236
tzinfo
2337
metasploit-framework-db (4.10.1.pre.dev)
2438
activerecord (< 4.0.0)
25-
metasploit-credential (~> 0.13.0)
39+
metasploit-credential
2640
metasploit-framework (= 4.10.1.pre.dev)
2741
metasploit_data_models (~> 0.21.1)
2842
pg (>= 0.11)
@@ -112,14 +126,6 @@ GEM
112126
metasploit-concern (0.3.0)
113127
activesupport (~> 3.0, >= 3.0.0)
114128
railties (< 4.0.0)
115-
metasploit-credential (0.13.2)
116-
metasploit-concern (~> 0.3.0)
117-
metasploit-model (~> 0.28.0)
118-
metasploit_data_models (~> 0.21.0)
119-
pg
120-
railties (< 4.0.0)
121-
rubyntlm
122-
rubyzip (~> 1.1)
123129
metasploit-model (0.28.0)
124130
activesupport
125131
railties (< 4.0.0)
@@ -233,6 +239,7 @@ DEPENDENCIES
233239
factory_girl (>= 4.1.0)
234240
factory_girl_rails
235241
fivemat (= 1.2.1)
242+
metasploit-credential!
236243
metasploit-framework!
237244
metasploit-framework-db!
238245
metasploit-framework-pcap!

metasploit-framework-db.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Gem::Specification.new do |spec|
3131

3232
spec.add_runtime_dependency 'activerecord', rails_version_constraint
3333
# Metasploit::Credential database models
34-
spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.0'
34+
#spec.add_runtime_dependency 'metasploit-credential', '~> 0.13.3'
35+
spec.add_runtime_dependency 'metasploit-credential' # DELETE this before landing
3536
# Database models shared between framework and Pro.
3637
spec.add_runtime_dependency 'metasploit_data_models', '~> 0.21.1'
3738
# depend on metasploit-framewrok as the optional gems are useless with the actual code

0 commit comments

Comments
 (0)