(12-26-2019, 11:34 AM)philsmd Wrote: this "sort of ranking" is called markov and hashcat supports it... the custom charset+mask "-2 ?l?d ?2?2?2?2" will do exactly that... you can test with --stdout
That is great, but from what I understand this approach doesn't implement the benefits of using the PolicyGen, does it? Like using this mask "-2 ?l?d ?2?2?2?2", is it possible to only test for results with at most 2 lowercase letters and at most 3 numbers, for instance? In case I'm not being clear, my intent is to test for the best candidates for a given length in order of probabilities, but applying certain conditions to the sample space like min/max lowercase letters, and digits.