Exception: WPScan::Error::ThemesThresholdReached

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



14
15
16
17
18
# File 'lib/wpscan/errors/enumeration.rb', line 14

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