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

Fix the bug of the corresponding relationship between dwLogonType and dwLogonProvider in MakeToken #1043

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

s3cst4rs
Copy link
Contributor

Card

Details

Using LOGON32_LOGON_NEW_CREDENTIALS for Token verification is a very good solution, but according to the description of MSDN, there is a problem with the function call here.
When dwLogonType uses LOGON32_LOGON_NEW_CREDENTIALS, This logon type is supported only by the LOGON32_PROVIDER_WINNT50 logon provider.

https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-logonusera

image

@s3cst4rs s3cst4rs requested a review from a team as a code owner December 21, 2022 14:44
rkervella
rkervella previously approved these changes Dec 21, 2022
@rkervella
Copy link
Member

@s3cst4rs please resubmit with a signed commit. We won't be able to merge otherwise.

@s3cst4rs
Copy link
Contributor Author

@rkervella when can merge?

@rkervella rkervella merged commit e231cd5 into BishopFox:master Dec 30, 2022
@rkervella rkervella mentioned this pull request Jun 28, 2023
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.

None yet

3 participants