class WPScan::Error::PluginsThresholdReached

Public Instance Methods

to_s() click to toggle source
# 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