skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.77k stars 367 forks source link

Minikerberos version 0.4.0 - cannot import name 'KerberosUserEnum' from 'minikerberos.security' #118

Closed QU35T-code closed 1 year ago

QU35T-code commented 1 year ago

Related to #117.

S4ntiagoP commented 1 year ago

+1 on this being a real issue, thanks for the PR 👍🏼

skelsec commented 1 year ago

Hello, thx for the PR but I can't accept this as the underlying issue was not the version mismatch but the lack of time on my side to upload the new code. It is now done so cloning the master branch or tagged version 0.6.5 should solve this.
Out of curiosity, why did you add pycparser as a requirement?

QU35T-code commented 1 year ago

Hey,

Sure, this PR was just a quick fix. We can close it. I added pycparser because I believe I needed when I downgraded the minikerberos version, but that must be a mistake. I did the tests with the new release of pypykatz and everything seems to work fine ! Thanks !