SOCKS
¶Namespace: | SOCKS |
---|---|
Source File: | /scripts/base/protocols/socks/consts.bro |
SOCKS::v4_status : table &default = function &optional |
|
SOCKS::v5_authentication_methods : table &default = function &optional |
|
SOCKS::v5_status : table &default = function &optional |
SOCKS::RequestType : enum |
SOCKS::v4_status
¶Type: | table [count ] of string |
---|---|
Attributes: | &default = function &optional |
Default: |
{
[92] = "request failed because client is not running identd",
[91] = "general SOCKS server failure",
[93] = "request failed because client's identd could not confirm the user ID string in the request",
[90] = "succeeded"
}
SOCKS::v5_authentication_methods
¶Type: | table [count ] of string |
---|---|
Attributes: | &default = function &optional |
Default: |
{
[8] = "Multi-Authentication Framework",
[0] = "No Authentication Required",
[1] = "GSSAPI",
[5] = "Challenge-Response Authentication Method",
[255] = "No Acceptable Methods",
[3] = "Challenge-Handshake Authentication Protocol",
[6] = "Secure Sockets Layer",
[7] = "NDS Authentication",
[2] = "Username/Password"
}
SOCKS::v5_status
¶Type: | table [count ] of string |
---|---|
Attributes: | &default = function &optional |
Default: |
{
[8] = "Address type not supported",
[0] = "succeeded",
[1] = "general SOCKS server failure",
[5] = "Connection refused",
[3] = "Network unreachable",
[6] = "TTL expired",
[4] = "Host unreachable",
[7] = "Command not supported",
[2] = "connection not allowed by ruleset"
}