fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
13.37k stars 3.56k forks source link

Ability to load kerberos ticket from Windows #113

Closed maaaaz closed 6 years ago

maaaaz commented 8 years ago

Hello there,

I just opened an issue (or rather a feature request) for CrackMapExec related to the ability to load kerberos tickets, grabbed/generated with mimikatz from Windows hosts, instead of your current implementation with the $KRB5CCNAME env var.

It might interest you, let me know if you could do something about it: https://github.com/byt3bl33d3r/CrackMapExec/issues/45

Cheers.

asolino commented 8 years ago

Yup.. this should be nice to have :). PR welcomed ;)

You can use kirbikator in the meantime. Check @carnal0wnage blog post too.

maaaaz commented 8 years ago

Check-out the PR https://github.com/CoreSecurity/impacket/pull/122 !

Cheers.