metasploit-credential 6.0.10 → 6.0.12
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/metasploit/credential/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -4
- metadata.gz.sig +0 -0
- data/spec/dummy/config/initializers/secret_token.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc4941f29759bb11018e92fc18360210f2d3a4e34393124af15486fbac988d30
|
4
|
+
data.tar.gz: a4b88b7f91cee0d95d8458f4dbcc23ce7bffa72a3d1c1d491fa5ce978e14445a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 745c06259564027ab9019eb1f00db68f9f213bc26fcddc4a45294f97f7961f52a9cb5fe5973993f316d32ff60002b49bfca265b38ae2007fdda1d6a4d71ba437
|
7
|
+
data.tar.gz: eb2764eb6df22b3f5a6cc8f13fd5507f7114743111383275a8b131a2325c1cd03621739ca1c1fc06336778b7112e358e5f58de615531f599a4902592960a3b7b
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
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: 6.0.
|
4
|
+
version: 6.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Metasploit Hackers
|
@@ -34,7 +34,7 @@ cert_chain:
|
|
34
34
|
DgscAao7wB3xW2BWEp1KnaDWkf1x9ttgoBEYyuYwU7uatB67kBQG1PKvLt79wHvz
|
35
35
|
Dxs+KOjGbBRfMnPgVGYkORKVrZIwlaboHbDKxcVW5xv+oZc7KYXWGg==
|
36
36
|
-----END CERTIFICATE-----
|
37
|
-
date:
|
37
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
38
38
|
dependencies:
|
39
39
|
- !ruby/object:Gem::Dependency
|
40
40
|
name: metasploit-concern
|
@@ -284,7 +284,6 @@ files:
|
|
284
284
|
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
285
285
|
- spec/dummy/config/initializers/inflections.rb
|
286
286
|
- spec/dummy/config/initializers/mime_types.rb
|
287
|
-
- spec/dummy/config/initializers/secret_token.rb
|
288
287
|
- spec/dummy/config/initializers/session_store.rb
|
289
288
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
290
289
|
- spec/dummy/config/locales/en.yml
|
@@ -417,7 +416,6 @@ test_files:
|
|
417
416
|
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
418
417
|
- spec/dummy/config/initializers/inflections.rb
|
419
418
|
- spec/dummy/config/initializers/mime_types.rb
|
420
|
-
- spec/dummy/config/initializers/secret_token.rb
|
421
419
|
- spec/dummy/config/initializers/session_store.rb
|
422
420
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
423
421
|
- spec/dummy/config/locales/en.yml
|
metadata.gz.sig
CHANGED
Binary file
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Your secret key for verifying the integrity of signed cookies.
|
4
|
-
# If you change this key, all old signed cookies will become invalid!
|
5
|
-
# Make sure the secret is at least 30 characters and all random,
|
6
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
7
|
-
Dummy::Application.config.secret_token = '16a85a222f50e7c811e690a75a82762c72861d5c5afb50e89b490c4186f2f4e3cc95f6c94c8529b6cfd32e3705b71af18dcedb5445cdd9e1fd64c293c1fd92d6'
|