BloodHound.py icon indicating copy to clipboard operation
BloodHound.py copied to clipboard

Feature Request - Kerberos Authentication

Open mubix opened this issue 4 years ago • 3 comments
trafficstars

Any chance kerberos auth is coming soon? ;-) pretty please...

mubix avatar Aug 12 '21 19:08 mubix

Any specific Kerberos auth scenario you're looking for? Or just generic support for it to avoid using NTLM?

dirkjanm avatar Aug 13 '21 09:08 dirkjanm

Nothing specific, just looking for similar functionality to Impacket where it attempts to use the current tickets available in the KRB5CCNAME file

mubix avatar Aug 15 '21 18:08 mubix

This looked so simple but was quite a struggle to get it working because the SMB requests have to performed against the hostname if kerberos is used to. And under some circumstances SMB behaves quite strange.

glynx avatar Sep 09 '21 08:09 glynx