You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
When I ran it against a known SHA1 hash it appeared to run successfully with the command below but failed to crack the hash and took only about 5 seconds so it's definitely not working. To validate I didn't have something else screwed up I removed the custom part and it cracked it instantly.
I believe the problem is formatting according to here.
I believe hashcat requires having the custom masks before the hash file.
The text was updated successfully, but these errors were encountered:
Dang this might not be as quick of a fix as I initially thought. Either we'll have to 'know' that the user entered in a custom char set, or provide an option for the user to type in a char set with a new text field. Not sure what is the best solution.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created a task with a custom mask mode.
When I ran it against a known SHA1 hash it appeared to run successfully with the command below but failed to crack the hash and took only about 5 seconds so it's definitely not working. To validate I didn't have something else screwed up I removed the custom part and it cracked it instantly.
I believe the problem is formatting according to here.
I believe hashcat requires having the custom masks before the hash file.
The text was updated successfully, but these errors were encountered: