Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better support for LM hashes in potfiles #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants