Exception: WPScan::Error::PluginsThresholdReached
- Defined in:
- lib/wpscan/errors/enumeration.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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. You can use --plugins-threshold to increase or disable ' \ 'this limit (set to 0 to disable), or use --exclude-content-based to ignore bad responses.' end |