hashcat Forum
rule vs. mask - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: rule vs. mask (/thread-4633.html)



rule vs. mask - tibit - 08-25-2015

Trying to add some digits to long passwords, I noticed that using a mask (?d?d?d?d) works nice, but when using a rulefile ($1$2$3$4 etc) it doesn't find anything. This happens for passwords longer than 31 characters.
So mask ok; rule fails.

Is this normal?

thanks


RE: rule vs. mask - Szulik - 08-25-2015

I didnt nottice this issue. Are You sure that got all possible numbers (0000-9999) in rule file ?


RE: rule vs. mask - tibit - 08-25-2015

Yes I am shure every possible option from 0000-9999 is in the rule file.


RE: rule vs. mask - atom - 08-25-2015

See here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_password_length

Quote:For fast hashes, the important factor is the attack mode:
attack-mode 0, the maximum length is 31

This is not the case for attack-mode 1 or above


RE: rule vs. mask - tibit - 08-25-2015

Thank you , that made it clear!