base/protocols/socks/consts.bro

SOCKS
Namespace:SOCKS
Source File:/scripts/base/protocols/socks/consts.bro

Detailed Interface

Constants

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

Types

SOCKS::RequestType
Type:

enum

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

Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.