class WPScan::Error::XMLRPCNotDetected

XML-RPC Not Detected

Public Instance Methods

to_s() click to toggle source
# File lib/wpscan/errors/xmlrpc.rb, line 7
def to_s
  'The XML-RPC Interface was not detected.'
end