fortra / impacket

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

Get user hash from ccache file #1707

Open Signum21 opened 4 months ago

Signum21 commented 4 months ago

Is it possible to obtain the hash of an user without admin privileges using a ccache file generated with impacket-getST?

Similar to the auth method from Certipy.

There's getnthash.py from PKINITtools that does this but it requires a key used in the generation of the ccache file.