What commands or tools did you use to accomplish this??
I used this command to sort and eliminate double entries>>>then, I use the command>>>Code:cat all.txt | sort | uniq > sortedUniqueList.txt...to get rid of anything less than 8 characters (WPA has a minimum of 8 chars for a password,...and a max of 63 chars.Code:cat sortedUniqueList.txt | pw-inspector -m 8 -M 63 > wpaList.txt
Just curious how you did it.




!!
Where? How? 

