updated README with example usage
This commit is contained in:
parent
e762663932
commit
21184749bc
10
README.md
10
README.md
@ -26,8 +26,18 @@ moonlander789
|
|||||||
|
|
||||||
and etc...
|
and etc...
|
||||||
|
|
||||||
|
# example usage
|
||||||
|
|
||||||
|
```
|
||||||
|
./make_spectrum_wordlist.sh spectrum-bruteforce 10 100 lowercase-english
|
||||||
|
```
|
||||||
|
|
||||||
`outfile-root` specifies the base filename of the outputted wordlists.
|
`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.
|
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user