The original PCFG cracker (https://github.com/lakiw/pcfg_cracker) has support for generating passwords using OMEN (Ordered Markov ENumerator). We should take a look at possibly adding this as well.
We can at least add it for non-distributed guessing. We would have to take a look at how it specifically works in order to determine if it is possible to also use this when generating guesses in a distributed fashion.
The original PCFG cracker (https://github.com/lakiw/pcfg_cracker) has support for generating passwords using OMEN (Ordered Markov ENumerator). We should take a look at possibly adding this as well.
We can at least add it for non-distributed guessing. We would have to take a look at how it specifically works in order to determine if it is possible to also use this when generating guesses in a distributed fashion.