metasploit-credential 6.0.22 → 6.0.23
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70002be99f916bdcdb0fe202a8e2684de0cb336ed301cf849724e59955ab88f9
|
|
4
|
+
data.tar.gz: 7d9a5389806443237dd2889caf1acd92a836eab7331eb9ebe97cd591f975c70d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 772f4d254bbb3faa24f218705f605c0273fe450769315da209567518f52d3f318ea55927a21be482df43584224152624934a4ef1174e8fdc29b35a0707067397
|
|
7
|
+
data.tar.gz: ec6628b22248b6fa058ad75a1c1336e1d804596e0ecdaa95a53877ca0abebbe528fca9caf2b257367847d3ad6e5a1ddbd98d1e42fd736e743bb29448bc89ccc1
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
module Rex
|
|
2
|
+
autoload :Socket, 'rex/socket'
|
|
3
|
+
end
|
|
2
4
|
|
|
3
5
|
# Implements a set of "convenience methods" for creating credentials and related portions of the object graph. Creates
|
|
4
6
|
# {Metasploit::Credential::Core} objects and their attendant relationships as well as {Metasploit::Credential::Login}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
56490bc7875b183426ab7522d696039f2b53b6a80d12149270b35d9f4566a35fdb2f3877591cdf0397c3278c5a27dc96f45a74737c441d6d4c966d32b93a201a
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: metasploit-concern
|