How to write rules for John The Ripper?
How can I write and use some variation in john-*. Conf?
For example, I want to do something like this:
1 = [0-9] # variable named ‘1’ that is a digit 0-9
[List.Rules:CTH01] # name of my rule
c$?1?1?1?1?1 # c: converts to lowercas… Continue reading How to write rules for John The Ripper?