7 lines
111 B
Markdown
7 lines
111 B
Markdown
|
# Hashcat Utilities
|
||
|
|
||
|
* Combine wordlists
|
||
|
```sh
|
||
|
combinator wordlist.txt otherwordlist.txt > newwordlist.txt
|
||
|
```
|