metasploit-credential 0.13.16 → 0.13.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/metasploit/credential/version.rb +1 -1
- data/spec/dummy/db/structure.sql +2 -7
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e49987029f9b44432e83ae0b6fbaba0eba5dc140
|
4
|
+
data.tar.gz: 83e59a1ed5bc7c3a031f4f55e5b514b156c1c84a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5afa9a49037b7a9fe942db34fac5e3621b6e596975580143b89c92ec0d9226290be3d1f73cba818dfe07e01703b2431a672db02b8815e356556fcca52dfd32b8
|
7
|
+
data.tar.gz: 0304284e4e7d24f77ec894dca60ae77d26d0bbfc368163316141195ebac990759d6774fe86547e4d56a747ff9a07aeb0b39abdd251b3fd311a1c83dc01d495f0
|
@@ -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 = 17
|
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.
|
data/spec/dummy/db/structure.sql
CHANGED
@@ -3267,13 +3267,6 @@ CREATE INDEX index_notes_on_ntype ON notes USING btree (ntype);
|
|
3267
3267
|
CREATE INDEX index_refs_on_name ON refs USING btree (name);
|
3268
3268
|
|
3269
3269
|
|
3270
|
-
--
|
3271
|
-
-- Name: index_services_on_host_id_and_port_and_proto; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
3272
|
-
--
|
3273
|
-
|
3274
|
-
CREATE UNIQUE INDEX index_services_on_host_id_and_port_and_proto ON services USING btree (host_id, port, proto);
|
3275
|
-
|
3276
|
-
|
3277
3270
|
--
|
3278
3271
|
-- Name: index_services_on_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
3279
3272
|
--
|
@@ -3680,6 +3673,8 @@ INSERT INTO schema_migrations (version) VALUES ('20150106201450');
|
|
3680
3673
|
|
3681
3674
|
INSERT INTO schema_migrations (version) VALUES ('20150112203945');
|
3682
3675
|
|
3676
|
+
INSERT INTO schema_migrations (version) VALUES ('20150205192745');
|
3677
|
+
|
3683
3678
|
INSERT INTO schema_migrations (version) VALUES ('21');
|
3684
3679
|
|
3685
3680
|
INSERT INTO schema_migrations (version) VALUES ('22');
|
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.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Imhoff
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-02-
|
12
|
+
date: 2015-02-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: metasploit-concern
|
@@ -31,14 +31,14 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 0.22.
|
34
|
+
version: 0.22.6
|
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.6
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: metasploit-model
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|