metasploit-credential 0.13.12 → 0.13.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -13
- data/lib/metasploit/credential/version.rb +1 -1
- data/spec/dummy/config/database.yml +11 -14
- metadata +21 -24
- data/lib/metasploit/credential/version.rb.orig +0 -49
- data/spec/dummy/db/structure.sql.orig +0 -3699
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
ZGQxNmZkYmMxZTVkNjNkOTM2ZTI2MmRlMmQyYTRkZTE3NTQ1MDU0MA==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 08d27eb678163d96d06036d18fd8a2738fe0fdce
|
|
4
|
+
data.tar.gz: ad2a93c1a49275b9ce3cc12a96d4102c356db08a
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
NTA0YjFjN2UwNzgzMjY1MzQwZjhjMDU0Y2NkZjI5YTI3YWRjNDM0MmIzOTcw
|
|
11
|
-
MzFlNzExY2ZiY2NmYzA4ZGEwZGIyZTBjNjU2OWNlOWRhYTQxNTM=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
MDIxMTA5YzNkNzM4MDZlNWQ5YjRmNjhjYjg2Y2RhMDM3ZDI5MGM1YzBhOWM2
|
|
14
|
-
ZmFmNWVkZmYwOTRhNGQ0N2UxNWEzZjdiN2ZmMjRiNDQ3MGI4ZDM1MzFlNmIx
|
|
15
|
-
ZmU5M2FiMmI1YWI2NGQxMDc2Nzc2YjczZTI3YTJjNzllNTM3NmE=
|
|
6
|
+
metadata.gz: 9e8a14689000a68e2b3918f3859f1cfdc9d6f68a09db11e5ec95472bd02bc084ddc96911b226b5c118d80c9b5705a603fc548b57676d3f1b3f5fd56a8043b2eb
|
|
7
|
+
data.tar.gz: a17148ac50921bceadabb5fdce84d6efd9a163ca69e4990eef384e035785b7fab6c04ecf11a8aa5885e4660e8760b264593750d87028e8646ec11cbc85f31114
|
|
@@ -7,7 +7,7 @@ module Metasploit
|
|
|
7
7
|
# The minor version number, scoped to the {MAJOR} version number.
|
|
8
8
|
MINOR = 13
|
|
9
9
|
# The patch number, scoped to the {MINOR} version number.
|
|
10
|
-
PATCH =
|
|
10
|
+
PATCH = 15
|
|
11
11
|
|
|
12
12
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
|
13
13
|
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
# Please only use postgresql bound to a TCP port.
|
|
2
|
-
|
|
2
|
+
defaults: &defaults
|
|
3
3
|
adapter: postgresql
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
password: msfdev
|
|
4
|
+
username: msf
|
|
5
|
+
password: pass123
|
|
7
6
|
host: localhost
|
|
8
7
|
port: 5432
|
|
9
|
-
pool:
|
|
8
|
+
pool: 50
|
|
10
9
|
timeout: 5
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
#
|
|
16
|
-
# Note also, sqlite3 is totally unsupported by Metasploit now.
|
|
17
|
-
test:
|
|
18
|
-
<<: *pgsql
|
|
19
|
-
database: metasploit_credential_test
|
|
20
|
-
|
|
11
|
+
development:
|
|
12
|
+
database: metasploit_cr
|
|
13
|
+
<<: *defaults
|
|
21
14
|
|
|
15
|
+
test:
|
|
16
|
+
database: metasploit_cr_test
|
|
17
|
+
min_messages: WARNING
|
|
18
|
+
<<: *defaults
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metasploit-credential
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luke Imhoff
|
|
@@ -9,104 +9,104 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-01-
|
|
12
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: metasploit-concern
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- - ~>
|
|
18
|
+
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: 0.3.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
|
-
- - ~>
|
|
25
|
+
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: 0.3.0
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: metasploit_data_models
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
|
-
- - ~>
|
|
32
|
+
- - "~>"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0.22.
|
|
34
|
+
version: 0.22.3
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
|
-
- - ~>
|
|
39
|
+
- - "~>"
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0.22.
|
|
41
|
+
version: 0.22.3
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: metasploit-model
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
|
-
- - ~>
|
|
46
|
+
- - "~>"
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
48
|
version: 0.28.0
|
|
49
49
|
type: :runtime
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
|
-
- - ~>
|
|
53
|
+
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: 0.28.0
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
57
|
name: railties
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
|
-
- - <
|
|
60
|
+
- - "<"
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
62
|
version: 4.0.0
|
|
63
63
|
type: :runtime
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
|
-
- - <
|
|
67
|
+
- - "<"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: 4.0.0
|
|
70
70
|
- !ruby/object:Gem::Dependency
|
|
71
71
|
name: rubyntlm
|
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
|
-
- -
|
|
74
|
+
- - ">="
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
type: :runtime
|
|
78
78
|
prerelease: false
|
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
|
-
- -
|
|
81
|
+
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
83
|
version: '0'
|
|
84
84
|
- !ruby/object:Gem::Dependency
|
|
85
85
|
name: rubyzip
|
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
|
87
87
|
requirements:
|
|
88
|
-
- - ~>
|
|
88
|
+
- - "~>"
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
90
|
version: '1.1'
|
|
91
91
|
type: :runtime
|
|
92
92
|
prerelease: false
|
|
93
93
|
version_requirements: !ruby/object:Gem::Requirement
|
|
94
94
|
requirements:
|
|
95
|
-
- - ~>
|
|
95
|
+
- - "~>"
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
97
|
version: '1.1'
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: pg
|
|
100
100
|
requirement: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
|
102
|
-
- -
|
|
102
|
+
- - ">="
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
104
|
version: '0'
|
|
105
105
|
type: :runtime
|
|
106
106
|
prerelease: false
|
|
107
107
|
version_requirements: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
|
-
- -
|
|
109
|
+
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '0'
|
|
112
112
|
description: The Metasploit::Credential namespace and its ActiveRecord::Base subclasses
|
|
@@ -193,7 +193,6 @@ files:
|
|
|
193
193
|
- lib/metasploit/credential/origin.rb
|
|
194
194
|
- lib/metasploit/credential/text.rb
|
|
195
195
|
- lib/metasploit/credential/version.rb
|
|
196
|
-
- lib/metasploit/credential/version.rb.orig
|
|
197
196
|
- lib/tasks/databases.rake
|
|
198
197
|
- lib/tasks/yard.rake
|
|
199
198
|
- spec/dummy/README.rdoc
|
|
@@ -222,7 +221,6 @@ files:
|
|
|
222
221
|
- spec/dummy/config/locales/en.yml
|
|
223
222
|
- spec/dummy/config/routes.rb
|
|
224
223
|
- spec/dummy/db/structure.sql
|
|
225
|
-
- spec/dummy/db/structure.sql.orig
|
|
226
224
|
- spec/dummy/public/404.html
|
|
227
225
|
- spec/dummy/public/422.html
|
|
228
226
|
- spec/dummy/public/500.html
|
|
@@ -302,17 +300,17 @@ require_paths:
|
|
|
302
300
|
- lib
|
|
303
301
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
304
302
|
requirements:
|
|
305
|
-
- -
|
|
303
|
+
- - ">="
|
|
306
304
|
- !ruby/object:Gem::Version
|
|
307
305
|
version: '0'
|
|
308
306
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
309
307
|
requirements:
|
|
310
|
-
- -
|
|
308
|
+
- - ">="
|
|
311
309
|
- !ruby/object:Gem::Version
|
|
312
310
|
version: '0'
|
|
313
311
|
requirements: []
|
|
314
312
|
rubyforge_project:
|
|
315
|
-
rubygems_version: 2.4.
|
|
313
|
+
rubygems_version: 2.4.3
|
|
316
314
|
signing_key:
|
|
317
315
|
specification_version: 4
|
|
318
316
|
summary: Credential models for metasploit-framework and Metasploit Pro
|
|
@@ -343,7 +341,6 @@ test_files:
|
|
|
343
341
|
- spec/dummy/config/locales/en.yml
|
|
344
342
|
- spec/dummy/config/routes.rb
|
|
345
343
|
- spec/dummy/db/structure.sql
|
|
346
|
-
- spec/dummy/db/structure.sql.orig
|
|
347
344
|
- spec/dummy/public/404.html
|
|
348
345
|
- spec/dummy/public/422.html
|
|
349
346
|
- spec/dummy/public/500.html
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
module Metasploit
|
|
2
|
-
module Credential
|
|
3
|
-
# Holds components of {VERSION} as defined by {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0}.
|
|
4
|
-
module Version
|
|
5
|
-
# The major version number.
|
|
6
|
-
MAJOR = 0
|
|
7
|
-
# The minor version number, scoped to the {MAJOR} version number.
|
|
8
|
-
MINOR = 12
|
|
9
|
-
# The patch number, scoped to the {MINOR} version number.
|
|
10
|
-
<<<<<<< HEAD
|
|
11
|
-
PATCH = 3
|
|
12
|
-
|
|
13
|
-
PRERELEASE = 'public-sti'
|
|
14
|
-
=======
|
|
15
|
-
PATCH = 0
|
|
16
|
-
>>>>>>> master
|
|
17
|
-
|
|
18
|
-
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
|
19
|
-
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|
|
20
|
-
#
|
|
21
|
-
# @return [String] '{MAJOR}.{MINOR}.{PATCH}' on master. '{MAJOR}.{MINOR}.{PATCH}-{PRERELEASE}' on any branch
|
|
22
|
-
# other than master.
|
|
23
|
-
def self.full
|
|
24
|
-
version = "#{MAJOR}.#{MINOR}.#{PATCH}"
|
|
25
|
-
|
|
26
|
-
if defined? PRERELEASE
|
|
27
|
-
version = "#{version}-#{PRERELEASE}"
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
version
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
# The full gem version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
|
34
|
-
# {http://guides.rubygems.org/specification-reference/#version RubyGems versioning} format.
|
|
35
|
-
#
|
|
36
|
-
# @return [String] '{MAJOR}.{MINOR}.{PATCH}' on master. '{MAJOR}.{MINOR}.{PATCH}.{PRERELEASE}' on any branch
|
|
37
|
-
# other than master.
|
|
38
|
-
def self.gem
|
|
39
|
-
full.gsub('-', '.pre.')
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
# @see Version.gem
|
|
44
|
-
GEM_VERSION = Version.gem
|
|
45
|
-
|
|
46
|
-
# @see Version.full
|
|
47
|
-
VERSION = Version.full
|
|
48
|
-
end
|
|
49
|
-
end
|