Need Help Launch
#5
(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
-m to specify the mode, in this case 13400 which you said you were using (keepass https://hashcat.net/wiki/doku.php?id=example_hashes)
Reply


Messages In This Thread
Need Help Launch - by livingthedream - 09-11-2021, 07:26 AM
RE: Need Help Launch - by ctrl - 09-11-2021, 02:03 PM
RE: Need Help Launch - by livingthedream - 09-11-2021, 10:44 PM
RE: Need Help Launch - by 0x69BE027C97 - 09-11-2021, 10:48 PM
RE: Need Help Launch - by 0x69BE027C97 - 09-11-2021, 10:47 PM
RE: Need Help Launch - by livingthedream - 09-12-2021, 01:06 AM