the-useless-one / pywerview

A (partial) Python rewriting of PowerSploit's PowerView
GNU General Public License v3.0
908 stars 113 forks source link

Any chance of adding kerberos auth? #25

Closed rkornmeyer closed 2 years ago

rkornmeyer commented 7 years ago

stealing kerberos tickets is a decent way to operate within the user space. Any chance you can utilize impackets kerberos auth?

https://github.com/CoreSecurity/impacket/blob/master/examples/GetUserSPNs.py#L117 has a decent method of kerberos auth with the dc-ip option for specify the krb host from .

the-useless-one commented 7 years ago

Hi @rkornmeyer,

Yes, Kerberos authentication is in my TODO list. I'd say it's a mid-term objective. I'll leave the issue open to remind me that it's a wanted feature. Thanks!

ksecurity45 commented 2 years ago

Please Add kerberos auth. Highly appreciated.

the-useless-one commented 2 years ago

Hi @ksecurity45,

It's a long overdue feature, and we're actually currently implementing it, it should be pushed in the develop branch relatively soon. I'll keep this issue open until it's done.

the-useless-one commented 2 years ago

Hi @ksecurity45 and @rkornmeyer,

Kerberos authentication is now supported by pywerview! Closing.