hashcat Forum
Rules Mask - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Rules Mask (/thread-2548.html)



Rules Mask - slayer21 - 08-25-2013

Using Hashcat Plus with ATI card. I have a very large password list all numbers. I know the password i am trying to recover is 10 digit and does not use consecutive digits more than 2 time. (example 0122345678=valid or 1242424256=Valid 0123334567=Not valid)
Is there a mask rule or combination of mask rule to clarify to NOT check a word that contains Xnum 3 or more times consecutively. Thank you for the help.


RE: Rules Mask - philsmd - 08-25-2013

Forget about the password list and use a mask.
For the second problem, this could help: http://hashcat.net/forum/thread-2161.html


RE: Rules Mask - mastercracker - 08-26-2013

I am going to give you a hint with what I remember but I did not take the time to dig out the information but I guess that you can do this effort:

Try the maskprocessor with the -q or -Q parameter and pipe it into oclhashcat-plus.

EDIT: that's actually what philsmd link suggests.


RE: Rules Mask - epixoip - 08-26-2013

if this is a fast algorithm, you will waste more time trying to figure out how to avoid invalid candidates, than you would just hitting the whole 10^10 keyspace.


RE: Rules Mask - slayer21 - 08-27-2013

Thank you Philsmd that is exactly what I had been looking for. Spent a few hours with google and this forum and could not locate. Thank you for pointing me the right way.