Exception: WPScan::Error::PluginsThresholdReached

Inherits:
Standard
  • Object
show all
Defined in:
lib/wpscan/errors/enumeration.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



6
7
8
9
10
# File 'lib/wpscan/errors/enumeration.rb', line 6

def to_s
  "The number of plugins detected reached the threshold of #{ParsedCli.plugins_threshold} " \
  'which might indicate False Positive. It would be recommended to use the --exclude-content-based ' \
  'option to ignore the bad responses.'
end