-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GetUserSPNs.py: "Error in bindRequest -> invalidCredentials: 80090346: LdapErr: DSID-0C09069E, comment: AcceptSecurityContext error, data 80090346, v2580" #884
Comments
cf. #474 |
Any progress on this issue? had the same problem. |
bump. having the same issue
|
same issue - [+] Impacket Library Installation Path: /usr/lib/python3/dist-packages/impacket During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I am facing the same issue. In my case the targeted LDAP service requires signing and throws this exception. LDAPS is not available. |
Perform the attack using |
Configuration
impacket version: Impacket v0.9.21
Python version: Python 3.8.3
Target OS: kali-rolling
Debug Output With Command String
python3 /usr/share/doc/python3-impacket/examples/GetUserSPNs.py -request -dc-ip <DC_IP> <DOMAIN/USER> -debug
Additional context
Active Directory is running on Server 2012R2 (2012R2 Mode)
As far as I can tell the issue started after enabling "LDAP Channel Binding and LDAP Signing" as described in the following Security Advisory:
ADV190023 | Microsoft Guidance for Enabling LDAP Channel Binding and LDAP Signing
https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV190023
The text was updated successfully, but these errors were encountered: