07-10-2020, 07:39 AM
Hi, everyone!
I use hashtopolis to brute-force with huge size of wordlists!
Can anyone help me:
- How I can merge many differents huge wordlists, for example I have used cat *.txt >> merged_wordlist.txt and my merged_wordlist.txt will be about 1 TB size
Then I used different CLI such as "sort", "gawk" and others, but no one of this tool work properly, I have recived bad wordlists or some errors.
And I have a big problem with it!
Maybe somebody can help me? How I can merged huge wordlists then remove duplicates then spilt it to small chunks for hashtopolis!
And if Ihave new wordlist, how I must to sort and remove duplicates from this new_wordlist.
Maybe I need to use some DB, where will be all of my wordlists, then if I have new wordlist I load it to DB, remove duplicates and then out new_wordlist.
Thx
I use hashtopolis to brute-force with huge size of wordlists!
Can anyone help me:
- How I can merge many differents huge wordlists, for example I have used cat *.txt >> merged_wordlist.txt and my merged_wordlist.txt will be about 1 TB size
Then I used different CLI such as "sort", "gawk" and others, but no one of this tool work properly, I have recived bad wordlists or some errors.
And I have a big problem with it!
Maybe somebody can help me? How I can merged huge wordlists then remove duplicates then spilt it to small chunks for hashtopolis!
And if Ihave new wordlist, how I must to sort and remove duplicates from this new_wordlist.
Maybe I need to use some DB, where will be all of my wordlists, then if I have new wordlist I load it to DB, remove duplicates and then out new_wordlist.
Thx