We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb56f60 commit 7f27fd0Copy full SHA for 7f27fd0
lib/metasploit/framework/ntds/account.rb
@@ -6,7 +6,7 @@ module NTDS
6
class Account
7
8
# Size of an NTDS Account Struct on the Wire
9
- ACCOUNT_SIZE = 2908
+ ACCOUNT_SIZE = 3016
10
# Size of a Date or Time Format String on the Wire
11
DATE_TIME_STRING_SIZE = 30
12
# Size of the AccountDescription Field
@@ -16,7 +16,7 @@ class Account
16
# Size of a Hash String
17
HASH_SIZE = 33
18
# Size of the samAccountName field
19
- NAME_SIZE = 20
+ NAME_SIZE = 128
20
21
#@return [String] The AD Account Description
22
attr_accessor :description
0 commit comments