From 0d81ad4db437cdfd42d1272664a70b832cbc306a Mon Sep 17 00:00:00 2001 From: Meatballs Date: Fri, 24 Jan 2014 00:26:18 +0000 Subject: [PATCH] Remove max search --- modules/post/windows/gather/enum_ad_bitlocker.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/post/windows/gather/enum_ad_bitlocker.rb b/modules/post/windows/gather/enum_ad_bitlocker.rb index 74b378eb73..1afa686ad1 100644 --- a/modules/post/windows/gather/enum_ad_bitlocker.rb +++ b/modules/post/windows/gather/enum_ad_bitlocker.rb @@ -30,7 +30,6 @@ class Metasploit3 < Msf::Post )) register_options([ - OptInt.new('MAX_SEARCH', [true, 'Maximum values to retrieve, 0 for all.', 50]), OptBool.new('STORE_LOOT', [true, 'Store file in loot.', false]), OptString.new('FIELDS', [true, 'FIELDS to retrieve.', 'distinguishedName,msFVE-RecoveryPassword']), OptString.new('FILTER', [true, 'Search filter.', '(objectClass=msFVE-RecoveryInformation)'])