metasploit-model 4.0.4 → 4.0.5
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/model/login/status.rb +6 -1
- data/lib/metasploit/model/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b31bc4658a919c1518edede3a55ce7a248725a6092bbfc522b1f75d998b1cf5
|
|
4
|
+
data.tar.gz: ac9b1b17fd9099df515f4dfb214ba91cd4edbe45e93d012cfa5a55df0d8b129d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d9fdc24efd0c5975d72d63c5d08b6475cf714d637065eff3bb069d7576ad87b0bc7e1323669b7cf367c47aa534d66b6fe6fa6b8c4ef892a51168ec8f76b755d
|
|
7
|
+
data.tar.gz: 44780308cc675e3f0d615e3b230df4d3c40af27132deb4d74353785632fd702b6f4559e899a04ae7404c41204a1dbef45b2029e0d230eb42d98b67c156422671
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -36,6 +36,10 @@ module Metasploit::Model::Login::Status
|
|
|
36
36
|
# When `Metasploit::Credential::Login#service` reports that `Metasploit::Credential::Login#core` are not correct.
|
|
37
37
|
INCORRECT = 'Incorrect'
|
|
38
38
|
|
|
39
|
+
# When `Metasploit::Credential::Login#service` reports that `Metasploit::Credential::Login#core` has a public part
|
|
40
|
+
# that is verified as being invalid.
|
|
41
|
+
INVALID_PUBLIC_PART = 'Invalid Public Part'
|
|
42
|
+
|
|
39
43
|
# When `Metasploit::Credential::Login#service` reports that account tied to `Metasploit::Credential::Login#core`
|
|
40
44
|
# has had too many incorrect credentials attempted for authorization, so it is locked out to prevent bruteforce
|
|
41
45
|
# guessing
|
|
@@ -59,10 +63,11 @@ module Metasploit::Model::Login::Status
|
|
|
59
63
|
DENIED_ACCESS,
|
|
60
64
|
DISABLED,
|
|
61
65
|
INCORRECT,
|
|
66
|
+
INVALID_PUBLIC_PART,
|
|
62
67
|
LOCKED_OUT,
|
|
63
68
|
NO_AUTH_REQUIRED,
|
|
64
69
|
SUCCESSFUL,
|
|
65
70
|
UNABLE_TO_CONNECT,
|
|
66
71
|
UNTRIED
|
|
67
72
|
]
|
|
68
|
-
end
|
|
73
|
+
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metasploit-model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
@@ -93,7 +93,7 @@ cert_chain:
|
|
|
93
93
|
EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
|
|
94
94
|
9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
|
|
95
95
|
-----END CERTIFICATE-----
|
|
96
|
-
date: 2022-
|
|
96
|
+
date: 2022-06-17 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: metasploit-yard
|
metadata.gz.sig
CHANGED
|
Binary file
|