08-21-2014, 07:03 AM
here is my python script implementaion of what you described.
./charanal.py wordlist > outfile
you will get a lot of output for the character frequency of all positions and for each possible position in a word,
if you make any changes please share them.
./charanal.py wordlist > outfile
you will get a lot of output for the character frequency of all positions and for each possible position in a word,
if you make any changes please share them.