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
5 6 7 8 9 10 |
# File 'app/controllers/aliases.rb', line 5 def [ OptAlias.new(['--stealthy'], alias_for: '--random-user-agent --detection-mode passive --plugins-version-detection passive') ] end |