Exception: WPScan::Error::WpContentDirNotDetected

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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