character occurence in passowrds
#1
I was wondering if anyone had recent statistics on character occurrence in passwords. 
The only stats I could find where from like 2013. This would help to make brute force/mask attacks more efficient. 
Thank you.
Reply
#2
you can make it on your own

see statsgen

https://github.com/iphelix/PACK

EDIT:
basic stats for occurences in different languages can be generated when using statsgen with basic inputs like a dictionary or lets say a wiki-dump in english, german, spanish, whatever language you prefer
Reply