06-15-2022, 10:21 PM
The best way to start is to use your own list of passwords and use the following command on it:
hashcat --force --stdout your_pass_list.txt -r rules/dive.rule > output_pass_list.txt
Then you run the generated list on your hash
hashcat --force --stdout your_pass_list.txt -r rules/dive.rule > output_pass_list.txt
Then you run the generated list on your hash