Tool Documentation:
Video
Packages and Binaries:
twofi
When attempting to crack passwords custom word lists are very useful additions to standard dictionaries. An interesting idea originally released on the “7 Habits of Highly Effective Hackers” blog was to use Twitter to help generate those lists based on searches for keywords related to the list that is being cracked. I’ve expanded this idea into twofi which will take multiple search terms and return a word list sorted by most common first.
Installed size: 38 KB
How to install: sudo apt install twofi
Dependencies:
- ruby
- ruby-twitter
twofi
root@kali:~# twofi -h
twoif 2.0-beta Robin Wood ([email protected]) (www.digininja.org)
twoif - Twitter Words of Interest
Usage: twoif [OPTIONS]
--help, -h: show help
--config <file>: config file, default is twofi.yml
--count, -c: include the count with the words
--min_word_length, -m: minimum word length
--term_file, -T <file>: a file containing a list of terms
--terms, -t: comma separated search terms
quote words containing spaces, no space after commas
--user_file, -U <file>: a file containing a list of users
--users, -u: comma separated usernames
quote words containing spaces, no space after commas
--verbose, -v: verbose
Updated on: 2023-Aug-14