class WPScan::Error::WordPressHosted

WordPress hosted (*.wordpress.com)

Public Instance Methods

to_s() click to toggle source
# File lib/wpscan/errors/wordpress.rb, line 7
def to_s
  'The target appears to be hosted on WordPress.com. Scanning such site is not supported.'
end