NetExec icon indicating copy to clipboard operation
NetExec copied to clipboard

[winrm] Kerberos Implement

Open XiaoliChan opened this issue 2 years ago • 7 comments

Kerberos implement in winrm image

Reference:

  • For the kerberos login stuff: https://github.com/jborean93/pypsrp/issues/180

XiaoliChan avatar Nov 04 '23 15:11 XiaoliChan

@XiaoliChan does this PR still need to be open?

Marshall-Hallenbeck avatar May 31 '25 22:05 Marshall-Hallenbeck

@XiaoliChan does this PR still need to be open?

let me review it

XiaoliChan avatar Jun 01 '25 02:06 XiaoliChan

The problem is that it requires the apt package krb5lib and that wouldn't work on other platforms. So I guess we left it open so people who need it can try on their own, but until we have a native python implementation I think we shouldn't merge it

NeffIsBack avatar Jun 01 '25 15:06 NeffIsBack

still broken?

DaddyBigFish avatar Jul 20 '25 12:07 DaddyBigFish

still broken?

not broken, just on hold

NeffIsBack avatar Jul 20 '25 15:07 NeffIsBack

Is this a viable candidate for krb5lib: https://github.com/jborean93/pykrb5

n3rada avatar Nov 02 '25 19:11 n3rada

Is this a viable candidate for krb5lib: https://github.com/jborean93/pykrb5

I think i already looked into this, at the end of the day this also uses the krb5 package under the hood so no. Also, impacket has a kerberos implementation. That would "just" have to be integrated into winrm.

NeffIsBack avatar Nov 03 '25 13:11 NeffIsBack