class WPScan::Error::NoLoginInterfaceDetected

Public Instance Methods

to_s() click to toggle source
# File lib/wpscan/errors/wordpress.rb, line 34
def to_s
  'Could not find a login interface to perform the password attack against'
end