base/protocols/socks/consts.zeek

SOCKS
Namespace

SOCKS

Summary

Constants

SOCKS::v4_status: table &default = function

SOCKS::v5_authentication_methods: table &default = function

SOCKS::v5_status: table &default = function

Types

SOCKS::RequestType: enum

Detailed Interface

Constants

SOCKS::v4_status
Type

table [count] of string

Attributes

&default = function

Default
{
   [92] = "request failed because client is not running identd",
   [93] = "request failed because client's identd could not confirm the user ID string in the request",
   [90] = "succeeded",
   [91] = "general SOCKS server failure"
}
SOCKS::v5_authentication_methods
Type

table [count] of string

Attributes

&default = function

Default
{
   [2] = "Username/Password",
   [8] = "Multi-Authentication Framework",
   [7] = "NDS Authentication",
   [5] = "Challenge-Response Authentication Method",
   [3] = "Challenge-Handshake Authentication Protocol",
   [0] = "No Authentication Required",
   [6] = "Secure Sockets Layer",
   [255] = "No Acceptable Methods",
   [1] = "GSSAPI"
}
SOCKS::v5_status
Type

table [count] of string

Attributes

&default = function

Default
{
   [2] = "connection not allowed by ruleset",
   [8] = "Address type not supported",
   [5] = "Connection refused",
   [7] = "Command not supported",
   [3] = "Network unreachable",
   [0] = "succeeded",
   [6] = "TTL expired",
   [4] = "Host unreachable",
   [1] = "general SOCKS server failure"
}

Types

SOCKS::RequestType
Type

enum

SOCKS::CONNECTION
SOCKS::PORT
SOCKS::UDP_ASSOCIATE