Hello,


What I am to doing is using Wordlist Manipulator to combine a word list that I have. Using this method combines the words in the list with all of the words in the list (yes I am using the same list). This works great but the problem is, the list has approximately 300,000 words so when you combine them together it just becomes massive! Over a TB of hdd which I don't have free. So what I want to do is combine the list using parameters. The lists have varying sizes of words included. So after combing the words I would like to immediately check and eliminate all the words that aren't between 8-18 characters. Is there any way to do this other than going through and creating the whole list then trimming it down?