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

Add regex and test for yescrypt #139

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Add regex and test for yescrypt #139

merged 1 commit into from
Oct 20, 2022

Conversation

goproslowyo
Copy link
Contributor

@goproslowyo goproslowyo commented Oct 19, 2022

yescrypt is a hash algorithm being utilized in modern operating systems today like Ubuntu 22.04 (Jammy), Debian 11, and Fedora 35. This PR adds a simple regex to detect a yescrypt hash and output more helpful information.

To use the hash with JtR you need to use in on a system with libxcrypt and invoke it like so:
john -wordlist=/path/to/wordlist -format=crypt hash

yescrypt is not currently supported by Hashcat and I tried to make that clear in the output and in the summary as well. You can read more about that here.

image

@bee-san bee-san merged commit be72aa7 into HashPals:main Oct 20, 2022
@goproslowyo
Copy link
Contributor Author

Awesome, thanks! I'll hopefully come back and fix the messages once hashcat supports this.

@goproslowyo goproslowyo deleted the yescrypt branch October 21, 2022 05:48
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