Sha256: 84c37e83233886d0aa32819700662b9f23b5ae0cf0261be9fe8c942dd52bdf3a

Contents?: true

Size: 357 Bytes

Versions: 12

Compression:

Stored size: 357 Bytes

Contents

module WPScan
  module Controller
    # Controller to add the aliases in the CLI
    class Aliases < CMSScanner::Controller::Base
      def cli_options
        [
          OptAlias.new(['--stealthy'],
                       alias_for: '--random-user-agent --detection-mode passive --plugins-version-detection passive')
        ]
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wpscan-3.4.5 app/controllers/aliases.rb
wpscan-3.4.4 app/controllers/aliases.rb
wpscan-3.4.3 app/controllers/aliases.rb
wpscan-3.4.2 app/controllers/aliases.rb
wpscan-3.4.1 app/controllers/aliases.rb
wpscan-3.4.0 app/controllers/aliases.rb
wpscan-3.3.3 app/controllers/aliases.rb
wpscan-3.3.2 app/controllers/aliases.rb
wpscan-3.3.1 app/controllers/aliases.rb
wpscan-3.3.0 app/controllers/aliases.rb
wpscan-3.2.1 app/controllers/aliases.rb
wpscan-3.2.0 app/controllers/aliases.rb