Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsssp: add policy registry key names #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

tsssp: add policy registry key names #14

wants to merge 1 commit into from

Conversation

cnotin
Copy link

@cnotin cnotin commented May 25, 2019

This PR comes from the following observation.

I enabled the "delegation for default credentials with NTLM-only servers" using the Group Policy Editor. I obtained this in registry:
image

The key name is thus AllowDefCredentialsWhenNTLMOnly, as confirmed by the ADMX file.

Before the PR, kekeo fails to retrieve it due to using an incorrect name:
image

After the PR (actually I binary edited the executable):
image

This is what I initially intended to suggest. However, it still seems that AllowDefaultCredentialsWhenNTLMOnly is a valid name.
According to a few Google searches:

  • AllowDefaultCredentialsWhenNTLMOnly is used to the default CredSSP policy (source)
  • AllowDefCredentialsWhenNTLMOnly is used for the defined policy (source)

Since the same kuhl_m_tsssp_list_data function is used for both, I finally suggest to include both spelling to ensure to collect everything...

I also suggest to apply the same logic to AllowDefaultCredentialsWhenNTLMOnlyDomain/AllowDefCredentialsWhenNTLMOnlyDomain even if I do not find any trace of the latter on Google.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant