Exception: WPScan::Error::WpContentDirNotDetected
- Defined in:
- lib/wpscan/errors/wordpress.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
27 28 29 30 |
# File 'lib/wpscan/errors/wordpress.rb', line 27 def to_s 'Unable to identify the wp-content dir, please supply it with --wp-content-dir,' \ ' use the --scope option or make sure the --url value given is the correct one' end |