Exception: WPScan::Error::HTTPAuthRequired
- Defined in:
- lib/wpscan/errors/http.rb
Overview
HTTP Authentication Required Error
Instance Method Summary collapse
-
#to_s ⇒ Object
:nocov:.
Instance Method Details
#to_s ⇒ Object
: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 |