You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
impacket version: v0.11.0
Python version: python3.10.5
Target OS: windows
Debug Output With Command String
i.e.
python3 getst.py -dc-ip 192.168.1.1 -spn host/'admin-中文.test.com' -imersonate Administrator test.com/test$:1qaz@WSX
Traceback (most recent call last):
File "/home/kali/Desktop/impacket-0.11.0/examples/getST.py", line 655, in run
tgs, cipher, oldSessionKey, sessionKey = self.doS4U(tgt, cipher, oldSessionKey, sessionKey, unhexlify(self.__nthash), self.__aesKey, self.__kdcHost)
File "/home/kali/Desktop/impacket-0.11.0/examples/getST.py", line 422, in doS4U
r = sendReceive(message, self.__domain, kdcHost)
File "/usr/local/lib/python3.10/dist-packages/impacket-0.11.0-py3.10.egg/impacket/krb5/kerberosv5.py", line 91, in sendReceive
raise krbError
impacket.krb5.kerberosv5.KerberosError: Kerberos SessionError: KDC_ERR_C_PRINCIPAL_UNKNOWN(Client not found in Kerberos database)
[-] Kerberos SessionError: KDC_ERR_C_PRINCIPAL_UNKNOWN(Client not found in Kerberos database)
PCAP
Additional context
Cannot find this computer when getst.py spn is in Chinese
The text was updated successfully, but these errors were encountered:
* Fixed unicode shares not being found
* Fixed unicode SPNs not being decoded appropriately
* Fixed spn not being found in getST, fixesfortra#1595
* Fixed unicode issues on login when using ntlmV1 fallback
Fixesfortra#1419
Configuration
impacket version: v0.11.0
Python version: python3.10.5
Target OS: windows
Debug Output With Command String
i.e.
python3 getst.py -dc-ip 192.168.1.1 -spn host/'admin-中文.test.com' -imersonate Administrator test.com/test$:1qaz@WSX
PCAP
Additional context
Cannot find this computer when getst.py spn is in Chinese
The text was updated successfully, but these errors were encountered: