Exception: WPScan::Error::HTTPAuthRequired

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

Overview

HTTP Authentication Required Error

Instance Method Summary collapse

Instance Method Details

#to_sObject

:nocov:



65
66
67
# File 'lib/wpscan/errors/http.rb', line 65

def to_s
  'HTTP authentication required (or was invalid), please provide it with --http-auth'
end