pypykatz icon indicating copy to clipboard operation
pypykatz copied to clipboard

Mimikatz implementation in pure Python

Results 31 pypykatz issues
Sort by recently updated
recently updated
newest added

Latest commits seem to have induced an issue with the winacl lib. https://github.com/skelsec/pypykatz/blob/91f9bdd61473b745581528f2c4d65250dc8617af/pypykatz/dpapi/dpapi.py#L34 ``` Traceback (most recent call last): File "/opt/tools/bin/pypykatz", line 8, in sys.exit(main()) ^^^^^^ File "/opt/tools/pypykatz/venv/lib/python3.11/site-packages/pypykatz/__main__.py", line 18,...

Hello dumped lsass with taskmgr as admin on a Windows7. [The file is located at:] [c:\Users\test\App Data\Local\Temp\lsass.DMP] # pypykatz lsa minidumd lsass.DMP Surprisingly the output shows only the hash of...

When attempting to parse credentials from the "lsass.DMP" memory dump file using the command "pypykatz lsa minidump lsass.DMP", the pypykatz tool appears to have a memory leak issue. It keeps...

Trying to brute-force usernames currently results in an error: ```console > pypykatz kerberos brute dc.test.local [email protected] [KERBEROS][BRUTE] Error while enumerating users! Reason: 'generator' object is not subscriptable File "/home/user/.local/pipx/venvs/pypykatz/lib64/python3.12/site-packages/pypykatz/kerberos/kerberos.py", line...

Also https://github.com/skelsec/pypykatz?tab=readme-ov-file#prerequisites contradicts the modules named in https://github.com/skelsec/pypykatz?tab=readme-ov-file#via-github

This week I had three seperate instances where I got this error message trying to parse a lsass dump: ``` INFO:pypykatz:Parsing file lsass1.dmp DEBUG:pypykatz:Buildnumber: 14393 DEBUG:pypykatz:using x64 - 5 DEBUG:pypykatz:Failed...

Hi, I have the following issue on one dump. The dump structure is fine, just the parsing of it fails for some weird reason. Why is that caused ? How...

Hi, When trying to decrypt Master Key with Domain PVK I have the following error ```python Traceback (most recent call last): File "/path/bin/pypykatz", line 8, in sys.exit(main()) File "/path/lib/python3.10/site-packages/pypykatz/__main__.py", line...