pypykatz
pypykatz copied to clipboard
Mimikatz implementation in pure Python
Updated some typos.
Fixed a few typos
Hello again, Sorry I've forgot a byref in the NtQuerySystemInformation. Thats why it wasn't working on 32 bit. I've tested the code on 32 bit and 64 bit and added...
as i mentioned [here](https://github.com/SecureAuthCorp/impacket/issues/978) there are some implementions for credhist file.
I dump secrets with command: pypykatz lsa minidump lsass.dmp I got error with "Could not find module! lsasrv.dll". Can you help me where directory which load file lsarv.dll. Thanks.
I have persisted credentials for email account. pypykatz dpapi credential enables to decrypt it but it seems like it does not contain password. What commands should I use to get...
When I trying execute `pypykatz live lsa`, I get: ``` FILE: ======== live ======= == Orphaned credentials == == Kerberos == Username: Domain: == Kerberos == Username: somepc$ Domain: WORKGROUP...
Hello used the following command on Kali Linux 'pypykatz lsa minidump lsass.DMP' (collected with the Windows10 Taskmanager as Admin:) but get the following error message: Am I doing something wrong?...
How to package it into exe?