merge dictionary or not?
#2
It makes sense if there are a lot of duplicates.

On linux you would just sort and unique the words with "sort -u"
Code:
sort -u wordlist_folder/* -o sort_and_uniqued.txt


Messages In This Thread
merge dictionary or not? - by arashkamangir70 - 12-03-2017, 07:56 AM
RE: merge dictionary or not? - by philsmd - 12-03-2017, 10:27 AM
RE: merge dictionary or not? - by logistix111 - 12-04-2017, 05:30 PM