Updates help messages regarding plugins-*-detection - Ref #1472
This commit is contained in:
@@ -51,7 +51,7 @@ module WPScan
|
|||||||
OptSmartList.new(['--plugins-list LIST', 'List of plugins to enumerate'], advanced: true),
|
OptSmartList.new(['--plugins-list LIST', 'List of plugins to enumerate'], advanced: true),
|
||||||
OptChoice.new(
|
OptChoice.new(
|
||||||
['--plugins-detection MODE',
|
['--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
|
choices: %w[mixed passive aggressive], normalize: :to_sym, default: :passive
|
||||||
),
|
),
|
||||||
OptBoolean.new(
|
OptBoolean.new(
|
||||||
@@ -62,8 +62,7 @@ module WPScan
|
|||||||
),
|
),
|
||||||
OptChoice.new(
|
OptChoice.new(
|
||||||
['--plugins-version-detection MODE',
|
['--plugins-version-detection MODE',
|
||||||
'Use the supplied mode to check plugins versions instead of the --detection-mode ' \
|
'Use the supplied mode to check plugins\' versions.'],
|
||||||
'or --plugins-detection modes.'],
|
|
||||||
choices: %w[mixed passive aggressive], normalize: :to_sym, default: :mixed
|
choices: %w[mixed passive aggressive], normalize: :to_sym, default: :mixed
|
||||||
),
|
),
|
||||||
OptInteger.new(
|
OptInteger.new(
|
||||||
|
|||||||
Reference in New Issue
Block a user