ruby_smb 3.3.11 → 3.3.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/ruby_smb/dcerpc/samr.rb +2 -2
- data/lib/ruby_smb/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: d9ee813b67da3f28bf15f24cd60e6ff6be3c931490f97fe95786537d191a171b
|
|
4
|
+
data.tar.gz: 0d36cfa0892d145bf40d1ad43ba8e0d35185357c50d35ce8e7bc64a586041bcf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b52b91a93e363be0ed1578a6b67c94409e831a848da346cf1e985e1686804bbf444e1ba15d3a6f350cb77bba9a8a035b06c4c066b96665399805da8bc0193011
|
|
7
|
+
data.tar.gz: 17d2c3bc2bb46204538a827aac81a9f46317518cbf24abdade18fd60460b57db131ed3d6d8db3cce8accadd752256c7fb8fc53b74a435a1226048166d93c0020
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/ruby_smb/dcerpc/samr.rb
CHANGED
|
@@ -443,8 +443,8 @@ module RubySMB
|
|
|
443
443
|
uint16 :reserved3
|
|
444
444
|
string :reserved4, length: 96
|
|
445
445
|
uint16 :property_signature, initial_value: 0x50
|
|
446
|
-
uint16 :property_count, initial_value: -> { user_properties.size }
|
|
447
|
-
array :user_properties, type: :user_property, initial_length: :property_count
|
|
446
|
+
uint16 :property_count, initial_value: -> { user_properties.size }, onlyif: -> { struct_length > 111 }
|
|
447
|
+
array :user_properties, type: :user_property, initial_length: :property_count, onlyif: :property_count?
|
|
448
448
|
uint8 :reserved5
|
|
449
449
|
end
|
|
450
450
|
|
data/lib/ruby_smb/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_smb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
@@ -39,7 +39,7 @@ cert_chain:
|
|
|
39
39
|
DgscAao7wB3xW2BWEp1KnaDWkf1x9ttgoBEYyuYwU7uatB67kBQG1PKvLt79wHvz
|
|
40
40
|
Dxs+KOjGbBRfMnPgVGYkORKVrZIwlaboHbDKxcVW5xv+oZc7KYXWGg==
|
|
41
41
|
-----END CERTIFICATE-----
|
|
42
|
-
date: 2024-11-
|
|
42
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
|
43
43
|
dependencies:
|
|
44
44
|
- !ruby/object:Gem::Dependency
|
|
45
45
|
name: redcarpet
|
metadata.gz.sig
CHANGED
|
Binary file
|