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 6559b43 commit ecefad9Copy full SHA for ecefad9
modules/post/windows/gather/enum_ad_users.rb
@@ -41,7 +41,7 @@ def initialize(info = {})
41
OptBool.new('STORE_LOOT', [true, 'Store file in loot.', false]),
42
OptBool.new('EXCLUDE_LOCKED', [true, 'Exclude in search locked accounts..', false]),
43
OptBool.new('EXCLUDE_DISABLED', [true, 'Exclude from search disabled accounts.', false]),
44
- OptString.new('ADDITIONAL_FIELDS', [false, 'Additional fields to retrieve, comma sperated', nil]),
+ OptString.new('ADDITIONAL_FIELDS', [false, 'Additional fields to retrieve, comma separated', nil]),
45
OptEnum.new('UAC', [true, 'Filter on User Account Control Setting.', 'ANY',
46
[
47
'ANY',
0 commit comments