Class: WPScan::Controllers

Inherits:
CMSScanner::Controllers
  • Object
show all
Defined in:
lib/wpscan/controllers.rb

Overview

Override to set the OptParser’s summary width to 45 (instead of 40 from the CMSScanner)

Instance Method Summary collapse

Constructor Details

#initialize(option_parser = OptParseValidator::OptParser.new(nil, 45)) ⇒ Controllers

Returns a new instance of Controllers.



6
7
8
# File 'lib/wpscan/controllers.rb', line 6

def initialize(option_parser = OptParseValidator::OptParser.new(nil, 45))
  super(option_parser)
end