From 4d77e777fafebd413b51e6731959ddac5fcb574a Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Wed, 2 Sep 2015 13:58:48 -0700 Subject: [PATCH] Remove explicit CLASS options from llmnr mixin use parent's instead --- lib/msf/core/auxiliary/llmnr.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/msf/core/auxiliary/llmnr.rb b/lib/msf/core/auxiliary/llmnr.rb index 68b3de1c2d..4a3ac4f061 100644 --- a/lib/msf/core/auxiliary/llmnr.rb +++ b/lib/msf/core/auxiliary/llmnr.rb @@ -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