Skip to content

A script to help generate words for password cracking

Notifications You must be signed in to change notification settings

Ewesurper/Mutator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Mutator

A script that will create combinations of a supplied word.

mutator.py

  1. Supply a word using the -w option, mutator.py will print out the combinations of that word.

  2. Supply a list of words for mutator.py to mutate using the -l option.

  3. 'mutator.py' can accept the -w and -l option at the same time.

  4. Supply a dictionary for mutator.py to use by defining the -d option.

  5. Supply a file for mutator.py to output to by defining the -o option.

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

About

A script to help generate words for password cracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages