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 |
Type: | table [count] of string |
---|---|
Attributes: | &default = function &optional |
Default: |
{
[90] = "succeeded",
[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"
}
Type: | table [count] of string |
---|---|
Attributes: | &default = function &optional |
Default: |
{
[0] = "No Authentication Required",
[7] = "NDS Authentication",
[1] = "GSSAPI",
[6] = "Secure Sockets Layer",
[5] = "Challenge-Response Authentication Method",
[3] = "Challenge-Handshake Authentication Protocol",
[2] = "Username/Password",
[255] = "No Acceptable Methods",
[8] = "Multi-Authentication Framework"
}
Type: | table [count] of string |
---|---|
Attributes: | &default = function &optional |
Default: |
{
[0] = "succeeded",
[7] = "Command not supported",
[1] = "general SOCKS server failure",
[6] = "TTL expired",
[4] = "Host unreachable",
[5] = "Connection refused",
[3] = "Network unreachable",
[2] = "connection not allowed by ruleset",
[8] = "Address type not supported"
}
Type: |
|
---|