Class: Rex::Proto::Kerberos::Pac::UserFlagAttributes

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/rex/proto/kerberos/pac/krb5_pac.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#accepts_ntlmv2BinData::Bit1

Returns Indicates that the domain controller understands NTLMv2.

Returns:

  • (BinData::Bit1)

    Indicates that the domain controller understands NTLMv2.



107
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 107

bit1 :accepts_ntlmv2

#extra_sidsBinData::Bit1

Returns Indicates that the ExtraSids field is populated and contains additional SIDs.

Returns:

  • (BinData::Bit1)

    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

#guestBinData::Bit1

Returns Authentication was done via the GUEST account; no password was used.

Returns:

  • (BinData::Bit1)

    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_managerBinData::Bit1

Returns LAN Manager key was used for authentication.

Returns:

  • (BinData::Bit1)

    LAN Manager key was used for authentication.



127
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 127

bit1 :lan_manager

#machine_accountBinData::Bit1

Returns Indicates that the account is a machine account.

Returns:

  • (BinData::Bit1)

    Indicates that the account is a machine account.



111
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 111

bit1 :machine_account

#no_encryptionBinData::Bit1

Returns No encryption is available.

Returns:

  • (BinData::Bit1)

    No encryption is available.



135
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 135

bit1 :no_encryption

#profile_path_populatedBinData::Bit1

Returns Indicates that ProfilePath is populated.

Returns:

  • (BinData::Bit1)

    Indicates that ProfilePath is populated.



99
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 99

bit1 :profile_path_populated

#resource_group_idsBinData::Bit1

Returns Indicates that the ResourceGroupIds field is populated.

Returns:

  • (BinData::Bit1)

    Indicates that the ResourceGroupIds field is populated.



103
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 103

bit1 :resource_group_ids

#sub_authenticationBinData::Bit1

Returns Sub-authentication used; session key came from the sub-authentication package.

Returns:

  • (BinData::Bit1)

    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_keyBinData::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.

Returns:

  • (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.



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_keyBinData::Bit1

Returns The LMv2 response from the LmChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and session key generation.

Returns:

  • (BinData::Bit1)

    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_keyBinData::Bit1

Returns The NTLMv2 response from the NtChallengeResponseFields ([MS-NLMP] section 2.2.1.3) was used for authentication and session key generation.

Returns:

  • (BinData::Bit1)

    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