Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


[HC Official] WordsTweak - merge large wordlists, extend wordlists filter_list
Author
Message
[HC Official] WordsTweak - merge large wordlists, extend wordlists #1
WordsTweak

WordsTweak is a tool I wrote in Java. It enables you to extend your wordlists by:

* merging wordlists into one and removing duplicates
* merging huge wordlists (i.e. several GB) (this is possible by using external merge sort)
* adding words with all lower-upper-case combinations
* or just upper- and lower-case of the first letter
* adding leetspeak versions of the words
* appending numbers to the very end of the words

Note: This is just an Alpha version. I wasn't able to test all of the functions by now. I would be very grateful if you tell me any bugs you encounter.

Screenshot:

[Image: e3w3qpwy.png]


Usage:


[Image: lmb76bdp.png]

Source: https://github.com/katjahahn/WordsTweak
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: [HC Official] WordsTweak - merge large wordlists, extend wordlists #2
Thank you for this tool. It sounds great and will be testing this right away.
[Image: OilyCostlyEwe.gif]

Reply

RE: [HC Official] WordsTweak - merge large wordlists, extend wordlists #3
This generation tool, there are in the Google search, online version

Reply

RE: [HC Official] WordsTweak - merge large wordlists, extend wordlists #4
This generation tool, there are in the Google search, online version

Reply

RE: [HC Official] WordsTweak - merge large wordlists, extend wordlists #5
The combining and duplicate handling could also be done with this

Code:
cat file1 >> file2;cat file2 | awk '!a[$0]++' > output

#linuxmasterrace
[Image: iQ3pcQu.png]
BTC Address: 1DCKgDaWcmc9dxBkhe9qrTQtrQpoFUzXdn

Reply

RE: [HC Official] WordsTweak - merge large wordlists, extend wordlists #6
Does it only join two text files, or can it do more? Also, is it possible to use with word documents?

Reply

RE: [HC Official] WordsTweak - merge large wordlists, extend wordlists #7
(09-10-2014, 10:03 PM)VallexKoten Wrote: Does it only join two text files, or can it do more? Also, is it possible to use with word documents?

It isn't going to work with word documents. Why would you have a wordlist that is a word document? And if you read the usage it only uses two files. But you could easily do more by chaining your commands.
[Image: iQ3pcQu.png]
BTC Address: 1DCKgDaWcmc9dxBkhe9qrTQtrQpoFUzXdn

Reply







Users browsing this thread: 1 Guest(s)