Skip to content

Commit 0d81ad4

Browse files
committed
Remove max search
1 parent 96a9313 commit 0d81ad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/post/windows/gather/enum_ad_bitlocker.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def initialize(info={})
3030
))
3131

3232
register_options([
33-
OptInt.new('MAX_SEARCH', [true, 'Maximum values to retrieve, 0 for all.', 50]),
3433
OptBool.new('STORE_LOOT', [true, 'Store file in loot.', false]),
3534
OptString.new('FIELDS', [true, 'FIELDS to retrieve.', 'distinguishedName,msFVE-RecoveryPassword']),
3635
OptString.new('FILTER', [true, 'Search filter.', '(objectClass=msFVE-RecoveryInformation)'])

0 commit comments

Comments
 (0)