updated README with example usage

This commit is contained in:
darkmage 2024-01-10 13:21:01 -06:00
parent e762663932
commit 21184749bc
1 changed files with 10 additions and 0 deletions

View File

@ -26,8 +26,18 @@ moonlander789
and etc...
# example usage
```
./make_spectrum_wordlist.sh spectrum-bruteforce 10 100 lowercase-english
```
`outfile-root` specifies the base filename of the outputted wordlists.
`num_word0` specifies the number of outer-words to randomly grab from `dictfile`.
`num_word1` specifies the number of inner-words to randomly grab from `dictfile`.
By default, this script will attempt to split the generated file into files containing 100000 lines each.
This can be useful if you wish to distribute the cracking to many machines, or if you only wish to run small batches at a time.