impacket
impacket copied to clipboard
Dcomexec with kerberos ticket not work
Smbclient with kerberos work fine dcomexec with kerberos not work
Configuration
impacket version:
Python version: 3.11.4
Target OS: Windows 10 22H2
I was able to reproduce the issue. @enj5oy were you ever able to run successfully the example in any other configuration using kerb auth?
maybe related to #644
@anadrianmanrique dcomexec with kerberos auth not work for me with any parameters.
The issue appears to be with the IDispatch function. wmiexec.py does not call this one, so it makes sense that it works as expected. I am still investigating the issue to determine a specific cause, but this could affect more than dcomexec.py.
Same issues, dcomexec with kerberos not working