-
Notifications
You must be signed in to change notification settings - Fork 404
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
ldap-checker module fails on LDAP signing #274
Comments
@zblurx can you check ? :) |
Cannot reproduce
@tiyeuse can you run
The module won't work if it's not msldap 0.5.10. |
It's failling with pipx since the poetry lock file was not updated when the version in the pyproject was changed. |
@tiyeuse can you try again with |
Ldap library version:
New reinstall from scratch:
|
The code workflow stop if channel binding is enabled(no check on LDAP signing performed) without Kerberos argument (it shouldn't imho):
If I disable channel binding:
The code path with Kerberos seems to return false results. |
With the fix in skelsec/msldap#47 :
|
Reopening as it is only fully fixed when skelsec/msldap#47 is merged and a new version is released |
Can you run netexec --version ? |
Sorry I had it in the first photo but I removed that one because it was irrelevant. 1.1.0 - ItsAlwaysDNS - 6858958 |
Should be fixed with 502c627 |
Describe the bug
The ldap-checker module fails to determine if LDAP signing is enabled.
To Reproduce
Enable LDAP signing with the registry key:
Install nxc from the git repo:
Check if signing is enabled:
Confirm that signing is enable with LdapRelayScan or ntlmrelayx.py:
Expected behavior
LDAP signing result should display "enforced".
NetExec info
The text was updated successfully, but these errors were encountered: