Question on word lists
#1
I'm thinking of stacking a lot of word lists i find on the web.

In other words. Will having multiple word lists with the same passwords take longer?
Does it make sense to stack a lot of word lists?
#2
yes what you will want to do run sort -u list > list.sorted.

As for the the stacking of them its a better idea to have smaller lists with more rulesets
#3
(09-10-2014, 03:31 AM)coolbry95 Wrote: yes what you will want to do run sort -u list > list.sorted.

As for the the stacking of them its a better idea to have smaller lists with more rulesets

Okay, so will that command not check words that have already been checked?
And i'm not sure where to enter that command, sorry i'm new.
#4
It is a linux command. What is does is orders your wordlist and removes duplicates.