how to write this rule? (help)
#3
As i understood, you need to use maskprocessor to generate ruleset such this:
Code:
mp64.exe -o rule "rMr$?d$?d$?d$?d4"
(revert word, put reverted word in memory, revert again to original state, add four digits, append reverted word from memory to the end)

And then use this ruleset with old non-OpenCL hashcat on your wordlist with original words:
Code:
hashcat-cli64.exe -r rule wordlist {...}
Started with v3, hashcat has some limitations in using of multiple rules.


Messages In This Thread
how to write this rule? (help) - by von - 12-26-2016, 05:49 PM
RE: how to write this rule? (help) - by d2 - 12-26-2016, 07:42 PM
RE: how to write this rule? (help) - by up4k - 12-27-2016, 12:28 AM
RE: how to write this rule? (help) - by atom - 12-27-2016, 11:38 AM
RE: how to write this rule? (help) - by up4k - 12-28-2016, 03:50 AM