Module: Rex::Proto::Redis::Base::Constants

Defined in:
lib/rex/proto/redis/base.rb

Constant Summary collapse

AUTHENTICATION_REQUIRED =
/(?<auth_response>NOAUTH Authentication required)/i
NO_PASSWORD_SET =
/(?<auth_response>ERR Client sent AUTH, but no password is set)/i
WRONG_PASSWORD =
/(?<auth_response>ERR invalid password)/i
WRONG_ARGUMENTS_FOR_AUTH =
/(?<auth_response>ERR wrong number of arguments for 'auth' command)/i
OKAY =
/\+OK/i