Exception: WPScan::Error::ThemesThresholdReached
- Defined in:
- lib/wpscan/errors/enumeration.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |