hashcat Forum
Rule Generation - Large Prefix + Postfix - 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: Rule Generation - Large Prefix + Postfix (/thread-2466.html)



Rule Generation - Large Prefix + Postfix - ppaulojr - 07-19-2013

I have a hashfile that has been produced using SHA256(phrase+pass+phrase)

I know the variable phrase and it has 41 characters.

I tried generating a rule using ^ and $ to prefix and append each character but it seems to have a limitation on the total number of characters.

I'm trying to run a test like this
./hashcat-cli64.app -r rules/zerule --stdout wordtesfile

Is there any workaround?


RE: Rule Generation - Large Prefix + Postfix - atom - 07-22-2013

The total numbers for supported plains in hashcat cpu is 55 (including the ones generated by rules). Also note, if you use ^, to write stuff backwards. Its a common error.