ImpDump
ImpDump copied to clipboard
Traceback during extraction
When running impdump and pointing to the SYSTEM and output files it immediately returns this error.
Traceback (most recent call last):
File "impdump.py", line 246, in
Same error. I think the bug is in extract.sh.
This error shows the Encrypted PEK (Password Encryption Key) is not correctly extracted from ntds file with extract.sh.
The output file of extract.sh doesn't contain ATTk590689 attributes in my case.
impdump.py uses the output file of extract.sh script for getting hashes. impdump.py needs this value for decrypting hashes (PEK + RC4).
So I think It is impossible to extract hashes for us with this project...