class WPScan::Error::WpContentDirNotDetected

Public Instance Methods

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