Exception: WPScan::Error::WordPressHosted

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

Overview

WordPress hosted (*.wordpress.com)

Instance Method Summary collapse

Instance Method Details

#to_sObject



7
8
9
# 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