M and Q rules in hashcat v3.10?
#5
The best64.rule set is small enough to examine by eye.

"Append" rules like $0 will always change the input word.

But "overwrite" rules like the o0d above won't change the input word if it already begins with "d".
Why have the unchanged word waste the time going throught ten thousand spins when it could be rejected and move on to the next input word?

Similarly "replace" rules like se3 will leave input words with "e" in them unchanged.

For "slow" algorithms there is a time payoff in rejecting unchanged words.


Messages In This Thread
M and Q rules in hashcat v3.10? - by Kgx Pnqvhm - 11-20-2016, 12:46 AM
RE: M and Q rules in hashcat v3.10? - by atom - 11-21-2016, 01:13 PM
RE: M and Q rules in hashcat v3.10? - by atom - 11-24-2016, 09:00 AM
RE: M and Q rules in hashcat v3.10? - by Kgx Pnqvhm - 11-24-2016, 04:00 PM
RE: M and Q rules in hashcat v3.10? - by atom - 11-27-2016, 02:15 PM