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

type of hash - md5(sha1(md5($pass))) #3974

Open
skadim opened this issue Mar 23, 2024 · 3 comments
Open

type of hash - md5(sha1(md5($pass))) #3974

skadim opened this issue Mar 23, 2024 · 3 comments

Comments

@skadim
Copy link

skadim commented Mar 23, 2024

I want it to be added to hash md5(sha1(md5($pass))), which is a commonly used hash type

@die-github-die
Copy link

Where is it used?

@skadim
Copy link
Author

skadim commented Apr 6, 2024

thank you for doing this but

error msg /usr/share/hashcat/modules/module_32800.so: cannot open shared object file: No such file or directory

and windows

Cannot load module ./modules/module_32800.dll

@PenguinKeeper7
Copy link
Contributor

thank you for doing this but

error msg /usr/share/hashcat/modules/module_32800.so: cannot open shared object file: No such file or directory

and windows

Cannot load module ./modules/module_32800.dll

The changes haven't been brought into Official Hashcat yet. To use my changes, you'll have to compile Hashcat yourself from my branch. Follow these directions:
https://github.com/hashcat/hashcat/blob/master/BUILD.md
But instead of the default git clone command:
git clone https://github.com/hashcat/hashcat.git
Use this instead:
git clone -b md5sha1md5 https://github.com/PenguinKeeper7/hashcat.git

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

No branches or pull requests

3 participants