We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b05ac2 commit 67d8c11Copy full SHA for 67d8c11
lib/msf/core/module.rb
@@ -131,7 +131,6 @@ def initialize(info = {})
131
132
# Create and initialize the option container for this module
133
self.options = OptionContainer.new
134
-
135
self.options.add_options(info['Options'], self.class)
136
self.options.add_advanced_options(info['AdvancedOptions'], self.class)
137
self.options.add_evasion_options(info['EvasionOptions'], self.class)
0 commit comments