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: b54980fe704b7045ccd25fcef674e10d8c7774ad9a8662e15d229821a4d5ce0a
4
- data.tar.gz: d7fc83e6ff13464f8a3bab067136e4196b2ee3da8b0a49cd27989aa2a4924202
3
+ metadata.gz: 70002be99f916bdcdb0fe202a8e2684de0cb336ed301cf849724e59955ab88f9
4
+ data.tar.gz: 7d9a5389806443237dd2889caf1acd92a836eab7331eb9ebe97cd591f975c70d
5
5
  SHA512:
6
- metadata.gz: f2dcea6416ced734289968238e4da7d3184f2b8b672a3ee7106bfca3b0c9440fbb2ef605c34b28389d36e6a1adfea91ddff5e032a88b646c1e4ff659632109f8
7
- data.tar.gz: 67a8e8061eab4ba68e1f47e4bd393c94d78fb53289e307dd75b0e9f2845d14099a5b1ba3f7a29f3714c3054cfb490551b2cc1f192b7a61c8698dc6e841299d4b
6
+ metadata.gz: 772f4d254bbb3faa24f218705f605c0273fe450769315da209567518f52d3f318ea55927a21be482df43584224152624934a4ef1174e8fdc29b35a0707067397
7
+ data.tar.gz: ec6628b22248b6fa058ad75a1c1336e1d804596e0ecdaa95a53877ca0abebbe528fca9caf2b257367847d3ad6e5a1ddbd98d1e42fd736e743bb29448bc89ccc1
@@ -1,4 +1,6 @@
1
- require 'rex/socket'
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}
@@ -3,7 +3,7 @@
3
3
  module Metasploit
4
4
  module Credential
5
5
  # VERSION is managed by GemRelease
6
- VERSION = '6.0.22'
6
+ VERSION = '6.0.23'
7
7
 
8
8
  # @return [String]
9
9
  #
@@ -10,7 +10,8 @@
10
10
  require 'metasploit/concern'
11
11
  require 'metasploit_data_models'
12
12
  require 'metasploit/model'
13
- require 'zip'
13
+
14
+ autoload :Zip, 'zip'
14
15
 
15
16
  #
16
17
  # Project
@@ -1 +1 @@
1
- 6a51993ec952777b354be51d945c684ff857fc3d3998977cce58c852e7e84603f6999bdbe3471130e137c437a38e775c2eef37156a46f59bd7a46eb38b642b9a
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.22
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-14 00:00:00.000000000 Z
11
+ date: 2026-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metasploit-concern