A script that will create combinations of a supplied word.
-
Supply a word using the
-woption,mutator.pywill print out the combinations of that word. -
Supply a list of words for mutator.py to mutate using the
-loption. -
'mutator.py' can accept the
-wand-loption at the same time. -
Supply a dictionary for
mutator.pyto use by defining the-doption. -
Supply a file for
mutator.pyto output to by defining the-ooption.
Example Commands
python mutator.py -d dicts/common.txt -w password
python mutator.py -d dicts/common.txt -w password -o password_mutations.txt
python mutator.py -d dicts/common.txt -l words.txt
python mutator.py -d dicts/common.txt -l words.txt -w password