Remove max search

bug/bundler_fix
Meatballs 2014-01-24 00:26:18 +00:00
parent 96a9313e7e
commit 0d81ad4db4
1 changed files with 0 additions and 1 deletions

View File

@ -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)'])