Skip to content

Commit 7179405

Browse files
committed
Clearer datastore option description
1 parent 715fa3c commit 7179405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/windows_secrets_dump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module will fallback to the original implementation, which consists
9494
conditions: ['ACTION', 'in', %w[ALL SAM CACHE LSA]]
9595
),
9696
OptEnum.new('KRB_TYPES', [true, 'Which type of accounts to retrieve kerberos details for', 'ALL', ['ALL', 'USERS_ONLY', 'COMPUTERS_ONLY']], conditions: ['ACTION', 'in', %w[ALL DOMAIN]]),
97-
OptString.new('KRB_USERS', [false, 'Which specific user accounts or groups to retrieve kerberos details for', ''], conditions: ['ACTION', 'in', %w[ALL DOMAIN]])
97+
OptString.new('KRB_USERS', [false, 'Comma-separated list of user accounts or groups to retrieve kerberos details for', ''], conditions: ['ACTION', 'in', %w[ALL DOMAIN]])
9898
]
9999
)
100100

0 commit comments

Comments
 (0)