Skip to content

Generates bruteforce dictionary of all 2 words or 3 words permutations from given words file

License

Notifications You must be signed in to change notification settings

BluesNote1/brutemix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

brutemix

Reads all words from file (seperated by new lines)
and generates mixed 2-words/3-words dictionary.

Instructions

USAGE:

Reads all words from file (seperated by new lines) and generates all possible 2-words/3-word permutations to stdout

SYNTAX:

brutemix -2 | -3 wordsfile.txt

Example

File with dog, cat, horse words and -2 option invoked will generate:

dogdog
dogcat
doghorse
catdog
catcat
cathorse
horsedog
horsecat
horsehorse

About

Generates bruteforce dictionary of all 2 words or 3 words permutations from given words file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages