skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.81k stars 371 forks source link

Instructions for the new features missing? #78

Closed jsdhasfeds closed 3 years ago

jsdhasfeds commented 3 years ago

Hi,

Thank you for your work! I would very much like to try the new features in version 0.4.8 such as DCSync and remote LSASS dumping. However, it seems the Wiki is not yet updated. The built-in help also seem to be missing info about the new features. Am I missing something?

skelsec commented 3 years ago

Hello, Yeah, I haven't been updating wiki much lately due to lack of time. However, the new features do have a nice help menu you can obtain by typing pypykatz smb -h and then progressing with pypykatz smb lsassdump -h etc. Additionally you can find the manu code here for all SMB related functions: https://github.com/skelsec/pypykatz/blob/master/pypykatz/smb/cmdhelper.py

skelsec commented 3 years ago

Use the current master branch or numbered version 0.5.0 and see the wiki. Everything is now documented.