Dictionary attack
#4
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


Messages In This Thread
Dictionary attack - by Tonyr1512 - 01-23-2016, 10:04 AM
RE: Dictionary attack - by epixoip - 01-23-2016, 10:22 AM
RE: Dictionary attack - by Tonyr1512 - 01-23-2016, 09:57 PM
RE: Dictionary attack - by epixoip - 01-23-2016, 11:10 PM