Posts: 7
Threads: 3
Joined: Mar 2020
03-29-2020, 02:42 AM
(This post was last modified: 03-29-2020, 04:32 AM by royce.)
Hello everyone.
I would like to know how to crack hash in pbkdf2 with hashcat.
I have lost my personal account password
and the hash I have is this
Code:
pbkdf2_sha256 $ 24000 $ [redacted] $ [redacted] =
(
Obviously it is an old account (therefore not used for others
account, that's why I don't remember it)
Could anyone help me understand how to crack?
Thank You.
Posts: 930
Threads: 4
Joined: Jan 2015
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?
~
Posts: 7
Threads: 3
Joined: Mar 2020
(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
Posts: 803
Threads: 135
Joined: Feb 2011
--force is not recommended.
Posts: 2,301
Threads: 11
Joined: Jul 2010
Posts: 7
Threads: 3
Joined: Mar 2020
(03-29-2020, 10:50 PM)undeath Wrote: --force is bad
I have this error without --force
Code:
hashcat (v5.1.0) starting...
* Device #1: Not a native Intel OpenCL runtime. Expect massive speed loss.
You can use --force to override, but do not report related errors.
No devices found/left.
Posts: 2,301
Threads: 11
Joined: Jul 2010
Then you should install the correct OpenCL runtime…
Posts: 7
Threads: 3
Joined: Mar 2020
(03-30-2020, 07:35 PM)undeath Wrote: Then you should install the correct OpenCL runtime…
I try to install on my version of The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) GNU/Linux Rolling \n \l) on Virtual Box
with this command:
Code:
sudo apt-get install intel-opencl-icd
but i have this output
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package intel-opencl-icd