Module: Rex::Proto::Kerberos::Model
- Included in:
- Element
- Defined in:
- lib/rex/proto/kerberos/model.rb,
lib/rex/proto/kerberos/model/error.rb,
lib/rex/proto/kerberos/model/ap_req.rb,
lib/rex/proto/kerberos/model/ticket.rb,
lib/rex/proto/kerberos/model/element.rb,
lib/rex/proto/kerberos/model/checksum.rb,
lib/rex/proto/kerberos/model/krb_error.rb,
lib/rex/proto/kerberos/model/kdc_request.rb,
lib/rex/proto/kerberos/model/kdc_response.rb,
lib/rex/proto/kerberos/model/last_request.rb,
lib/rex/proto/kerberos/model/authenticator.rb,
lib/rex/proto/kerberos/model/pre_auth_data.rb,
lib/rex/proto/kerberos/model/encrypted_data.rb,
lib/rex/proto/kerberos/model/encryption_key.rb,
lib/rex/proto/kerberos/model/principal_name.rb,
lib/rex/proto/kerberos/model/enc_kdc_response.rb,
lib/rex/proto/kerberos/model/kdc_request_body.rb,
lib/rex/proto/kerberos/model/authorization_data.rb,
lib/rex/proto/kerberos/model/pre_auth_pac_request.rb,
lib/rex/proto/kerberos/model/pre_auth_enc_time_stamp.rb
Defined Under Namespace
Modules: Error Classes: ApReq, Authenticator, AuthorizationData, Checksum, Element, EncKdcResponse, EncryptedData, EncryptionKey, KdcRequest, KdcRequestBody, KdcResponse, KrbError, LastRequest, PreAuthData, PreAuthEncTimeStamp, PreAuthPacRequest, PrincipalName, Ticket
Constant Summary collapse
- VERSION =
5
- AS_REQ =
Application Message Id's
10
- AS_REP =
11
- TGS_REQ =
12
- TGS_REP =
13
- KRB_ERROR =
30
- TICKET =
1
- AUTHENTICATOR =
2
- AP_REQ =
14
- KDC_OPTION_RESERVED =
0
- KDC_OPTION_FORWARDABLE =
1
- KDC_OPTION_FORWARDED =
2
- KDC_OPTION_PROXIABLE =
3
- KDC_OPTION_PROXY =
4
- KDC_OPTION_ALLOW_POST_DATE =
5
- KDC_OPTION_POST_DATED =
6
- KDC_OPTION_UNUSED_7 =
7
- KDC_OPTION_RENEWABLE =
8
- KDC_OPTION_UNUSED_9 =
9
- KDC_OPTION_UNUSED_10 =
10
- KDC_OPTION_UNUSED_11 =
11
- KDC_OPTION_RENEWABLE_OK =
27
- KDC_OPTION_ENC_TKT_IN_SKEY =
28
- KDC_OPTION_RENEW =
30
- KDC_OPTION_VALIDATE =
31
- NT_UNKNOWN =
Name type not known
0
- NT_PRINCIPAL =
The name of the principal
1
- NT_SRV_INST =
Service and other unique instances
2
- NT_SRV_HST =
Service with host name and instance
3
- NT_SRV_XHST =
Service with host as remaining component
4
- NT_UID =
Unique ID
5
- PA_TGS_REQ =
From padata
1
- PA_ENC_TIMESTAMP =
2
- PA_PW_SALT =
3
- PA_PAC_REQUEST =
128
- AD_IF_RELEVANT =
1