Class: WPScan::Controller::Aliases
- Inherits:
-
CMSScanner::Controller::Base
- Object
- CMSScanner::Controller::Base
- WPScan::Controller::Aliases
- Defined in:
- app/controllers/aliases.rb
Overview
Controller to add the aliases in the CLI
Instance Method Summary collapse
Instance Method Details
#cli_options ⇒ Object
7 8 9 10 11 12 |
# File 'app/controllers/aliases.rb', line 7 def [ OptAlias.new(['--stealthy'], alias_for: '--random-user-agent --detection-mode passive --plugins-version-detection passive') ] end |