impacket icon indicating copy to clipboard operation
impacket copied to clipboard

Dcomexec with kerberos ticket not work

Open enj5oy opened this issue 2 years ago • 5 comments

Smbclient with kerberos work fine dcomexec with kerberos not work

Configuration

impacket version:
Python version: 3.11.4 Target OS: Windows 10 22H2 impacket_smbclient_kerberos impacket_dcomexec_kerberos

enj5oy avatar Sep 09 '23 17:09 enj5oy

I was able to reproduce the issue. @enj5oy were you ever able to run successfully the example in any other configuration using kerb auth?

anadrianmanrique avatar Sep 11 '23 13:09 anadrianmanrique

maybe related to #644

anadrianmanrique avatar Sep 11 '23 14:09 anadrianmanrique

@anadrianmanrique dcomexec with kerberos auth not work for me with any parameters.

enj5oy avatar Sep 11 '23 16:09 enj5oy

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.

kyleavery avatar Oct 05 '23 13:10 kyleavery

Same issues, dcomexec with kerberos not working

XiaoliChan avatar Mar 09 '24 14:03 XiaoliChan