Remove explicit CLASS options from llmnr mixin

use parent's instead
bug/bundler_fix
Jon Hart 2015-09-02 13:58:48 -07:00
parent 27174e2bfd
commit 4d77e777fa
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ module Msf
# TODO: allow more than one
OptString.new('NAME', [true, 'The name to query', 'localhost']),
OptString.new('TYPE', [true, 'The query type (name, # or TYPE#)', 'A']),
OptString.new('CLASS', [true, 'The query class (name, # or CLASS#)', 'IN'])
], self.class)
end
end