From f67192ebcec865441ee5e83ca7d03ff8cdccdbe0 Mon Sep 17 00:00:00 2001 From: Erwan Date: Thu, 2 Apr 2020 12:37:09 +0200 Subject: [PATCH] Updates help messages regarding plugins-*-detection - Ref #1472 --- app/controllers/enumeration/cli_options.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/controllers/enumeration/cli_options.rb b/app/controllers/enumeration/cli_options.rb index 783c22b6..52e5d41a 100644 --- a/app/controllers/enumeration/cli_options.rb +++ b/app/controllers/enumeration/cli_options.rb @@ -51,7 +51,7 @@ module WPScan OptSmartList.new(['--plugins-list LIST', 'List of plugins to enumerate'], advanced: true), OptChoice.new( ['--plugins-detection MODE', - 'Use the supplied mode to enumerate Plugins, instead of the global (--detection-mode) mode.'], + 'Use the supplied mode to enumerate Plugins.'], choices: %w[mixed passive aggressive], normalize: :to_sym, default: :passive ), OptBoolean.new( @@ -62,8 +62,7 @@ module WPScan ), OptChoice.new( ['--plugins-version-detection MODE', - 'Use the supplied mode to check plugins versions instead of the --detection-mode ' \ - 'or --plugins-detection modes.'], + 'Use the supplied mode to check plugins\' versions.'], choices: %w[mixed passive aggressive], normalize: :to_sym, default: :mixed ), OptInteger.new(