Class: Rex::Proto::Kerberos::Pac::Krb5PacRequestor
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::Krb5PacRequestor
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Overview
Instance Attribute Summary collapse
-
#ul_type ⇒ Integer
readonly
Describes the type of data present in the buffer.
-
#user_sid ⇒ RPC_SID
SID of the requesting user.
Instance Attribute Details
#ul_type ⇒ Integer (readonly)
Returns Describes the type of data present in the buffer.
294 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 294 virtual :ul_type, value: Krb5PacElementType::PAC_REQUESTOR |
#user_sid ⇒ RPC_SID
Returns SID of the requesting user.
298 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 298 ms_dtyp_sid :user_sid |