hashview-old icon indicating copy to clipboard operation
hashview-old copied to clipboard

Task with mask mode does not support custom mask flags

Open BenKettlewell opened this issue 7 years ago • 1 comments

I created a task with a custom mask mode. image

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.

hashcat command not working

I believe the problem is formatting according to here. image

I believe hashcat requires having the custom masks before the hash file.

BenKettlewell avatar Jan 05 '19 00:01 BenKettlewell

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.

i128 avatar Jan 06 '19 23:01 i128