03-29-2020, 04:28 PM
(03-29-2020, 04:33 AM)royce Wrote: Please see the forum rules. Posting hashes is not allowed. I have redacted your hash.
https://hashcat.net/forum/archive/index....ent-2.html
There are a number of tutorials showing basic hashcat usage. What have you tried? Are you getting an error?
Sorry.
I have found the solution.
For cracking hashing in pbkdf2-sha256,
I've used this command on hashcat:
Code:
hashcat -m10000 "YOUR_HASH.TXT" -a0 "YOUR_WORDLIST.TXT" --force