01-23-2016, 11:10 PM
You can use rockyou to build such a list, just filter out the words that are too long & too short:
Code:
awk 'length < 7 && length > 4' rockyou.txt >rockyou-5_6.txt