base/protocols/socks/consts.zeek
- SOCKS
- Namespace:
SOCKS
Summary
Constants
Types
Detailed Interface
Constants
- SOCKS::v5_authentication_methods
- Type:
- Attributes:
- 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:
- Attributes:
- 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" }