Class: WPScan::Controller::Aliases

Inherits:
CMSScanner::Controller::Base
  • Object
show all
Defined in:
app/controllers/aliases.rb

Overview

Controller to add the aliases in the CLI

Instance Method Summary collapse

Instance Method Details

#cli_optionsObject



7
8
9
10
11
12
# File 'app/controllers/aliases.rb', line 7

def cli_options
  [
    OptAlias.new(['--stealthy'],
                 alias_for: '--random-user-agent --detection-mode passive --plugins-version-detection passive')
  ]
end