Skip to content

Conversation

@aidanstansfield
Copy link

@aidanstansfield aidanstansfield commented Mar 1, 2022

John & Hashcat split LM hashes into two 16 hex char hashes (as per the LM algorithm) in their potfiles. This adds support for those hashes. A workaround for this in the meantime is the following, since it joins the two LM hashes and their respective passwords:

hashcat --show -m 3000 <ntds> > temp.pot
python3 max.py dpat -n <ntds> -c ./temp.pot [args]

@yellow-starburst
Copy link
Contributor

@knavesec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants