09-11-2021, 10:48 PM
(09-11-2021, 10:44 PM)livingthedream Wrote: I don't know the exact for some of the numbers and symbols. What I really wanna know is how I write out the command. So I need to know what to type between hashcat and keepass.txt file name.
Example
Code:hashcat (what do I put here) keepass.txt /Desktop/keepass/password.txt
hashcat (what do I put here) keepass.txt /Desktop/keepass/password.txt
hashcat -a0 -m13400 keepass.txt /Desktop/keepass/password.txt
You add the -a to specify the attack type.
Code:
- [ Attack Modes ] -
# | Mode
===+======
0 | Straight
1 | Combination
3 | Brute-force
6 | Hybrid Wordlist + Mask
7 | Hybrid Mask + Wordlist
9 | Association