Class: Rex::Proto::Kerberos::Pac::UserFlagAttributes
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::UserFlagAttributes
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Overview
Instance Attribute Summary collapse
-
#accepts_ntlmv2 ⇒ BinData::Bit1
Indicates that the domain controller understands NTLMv2.
-
#extra_sids ⇒ BinData::Bit1
Indicates that the ExtraSids field is populated and contains additional SIDs.
-
#guest ⇒ BinData::Bit1
Authentication was done via the GUEST account; no password was used.
-
#lan_manager ⇒ BinData::Bit1
LAN Manager key was used for authentication.
-
#machine_account ⇒ BinData::Bit1
Indicates that the account is a machine account.
-
#no_encryption ⇒ BinData::Bit1
No encryption is available.
-
#profile_path_populated ⇒ BinData::Bit1
Indicates that ProfilePath is populated.
-
#resource_group_ids ⇒ BinData::Bit1
Indicates that the ResourceGroupIds field is populated.
-
#sub_authentication ⇒ BinData::Bit1
Sub-authentication used; session key came from the sub-authentication package.
-
#used_lmv2_auth_and_ntlmv2_session_key ⇒ BinData::Bit1
The LMv2 response from the LmChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and the NTLMv2 response from the NtChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used session key generation.
-
#used_lmv2_auth_and_session_key ⇒ BinData::Bit1
The LMv2 response from the LmChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and session key generation.
-
#used_ntlmv2_auth_and_session_key ⇒ BinData::Bit1
The NTLMv2 response from the NtChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and session key generation.
Instance Attribute Details
#accepts_ntlmv2 ⇒ BinData::Bit1
Returns Indicates that the domain controller understands NTLMv2.
107 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 107 bit1 :accepts_ntlmv2 |
#extra_sids ⇒ BinData::Bit1
Returns Indicates that the ExtraSids field is populated and contains additional SIDs.
119 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 119 bit1 :extra_sids |
#guest ⇒ BinData::Bit1
Returns Authentication was done via the GUEST account; no password was used.
139 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 139 bit1 :guest |
#lan_manager ⇒ BinData::Bit1
Returns LAN Manager key was used for authentication.
127 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 127 bit1 :lan_manager |
#machine_account ⇒ BinData::Bit1
Returns Indicates that the account is a machine account.
111 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 111 bit1 :machine_account |
#no_encryption ⇒ BinData::Bit1
Returns No encryption is available.
135 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 135 bit1 :no_encryption |
#profile_path_populated ⇒ BinData::Bit1
Returns Indicates that ProfilePath is populated.
99 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 99 bit1 :profile_path_populated |
#resource_group_ids ⇒ BinData::Bit1
Returns Indicates that the ResourceGroupIds field is populated.
103 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 103 bit1 :resource_group_ids |
#sub_authentication ⇒ BinData::Bit1
Returns Sub-authentication used; session key came from the sub-authentication package.
115 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 115 bit1 :sub_authentication |
#used_lmv2_auth_and_ntlmv2_session_key ⇒ BinData::Bit1
Returns The LMv2 response from the LmChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and the NTLMv2 response from the NtChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used session key generation.
87 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 87 bit1 :used_lmv2_auth_and_ntlmv2_session_key |
#used_lmv2_auth_and_session_key ⇒ BinData::Bit1
Returns The LMv2 response from the LmChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and session key generation.
91 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 91 bit1 :used_lmv2_auth_and_session_key |
#used_ntlmv2_auth_and_session_key ⇒ BinData::Bit1
Returns The NTLMv2 response from the NtChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and session key generation.
95 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 95 bit1 :used_ntlmv2_auth_and_session_key |