I'm looking for a method to create a list of or detect keyboard runs in a password.
I can bound my problem with password criteria such as length and number of special characters required.
An example simple key run could be "6yhn^YHN" or "zse4ZSE$".
More complicated key runs could be in different shapes, like a 'V' or 'X' (e.g. "mko0mju7MKO)MJU&")
The initial idea for this was for doing statistical analysis on large password dumps and seeing the prevalence of key run only passwords, but I think it could have positive applications in password strength enforcement tools.