We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
impacket version: v0.12.0 Python version: 3.12.8 Target OS: Windows Server 2022 Datacenter Attacking OS: Kali
Buggy syntax
└─# GetUserSPNs.py -debug bank.local/lowshell:Passw0rd1@192.168.194.129 Impacket v0.12.0 - Copyright Fortra, LLC and its affiliated companies [+] Impacket Library Installation Path: /usr/local/lib/python3.12/dist-packages/impacket [+] Connecting to bank.local, port 389, SSL False Traceback (most recent call last): File "/usr/local/bin/GetUserSPNs.py", line 577, in <module> executer.run() File "/usr/local/bin/GetUserSPNs.py", line 274, in run ldapConnection.login(self.__username, self.__password, self.__domain, self.__lmhash, self.__nthash) File "/usr/local/lib/python3.12/dist-packages/impacket/ldap/ldap.py", line 365, in login raise LDAPSessionError( impacket.ldap.ldap.LDAPSessionError: Error in bindRequest -> invalidCredentials: 8009030C: LdapErr: DSID-0C090815, comment: AcceptSecurityContext error, data 52e, v4f7c [-] Error in bindRequest -> invalidCredentials: 8009030C: LdapErr: DSID-0C090815, comment: AcceptSecurityContext error, data 52e, v4f7c
Working syntax
└─# GetUserSPNs.py -debug bank.local/lowshell -dc-ip 192.168.194.129 Impacket v0.12.0 - Copyright Fortra, LLC and its affiliated companies [+] Impacket Library Installation Path: /usr/local/lib/python3.12/dist-packages/impacket Password: [+] Connecting to 192.168.194.129, port 389, SSL False [+] Total of records returned 4 ServicePrincipalName Name MemberOf PasswordLastSet LastLogon Delegation -------------------- ------------- ---------------------------------------- -------------------------- --------- ---------- ADM/somehost.local allix.janella CN=wifiAdmins,OU=testOU,DC=bank,DC=local 2024-12-22 19:54:32.373892 <never>
I could swear this syntax used to work before, no idea what changed! Am I missing something?
The text was updated successfully, but these errors were encountered:
alexisbalbachan
No branches or pull requests
Configuration
impacket version: v0.12.0
Python version: 3.12.8
Target OS: Windows Server 2022 Datacenter
Attacking OS: Kali
Debug Output With Command String
Buggy syntax
Working syntax
Additional context
I could swear this syntax used to work before, no idea what changed! Am I missing something?
The text was updated successfully, but these errors were encountered: