Can't get bcrypt to work
#1
I tried it with this: "hashcat -m 3200 -a 0 crackme.txt Passwordlist.txt"
but it didn't find anything.                                                                                                                                       

How do i need to change the command when the example hash is: "$2y$12$2saDbgheWIsE5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxvXrVM4" ?
Reply
#2
Do not post hashes.

Why do you think the command should crack the hash? Do you know the plaintext for the hash and is it in your wordlist?
Reply
#3
It's just a test hash, it's abcde
Reply
#4
Is "abcde" in your wordlist?
Reply
#5
yes it is
Reply
#6
Please post hashcat output (text, not screenshot)
Reply
#7
Session..........: hashcat
Status...........: Exhausted
Hash.Name........: bcrypt $2*$, Blowfish (Unix)
Hash.Target......: $2y$12$5JmgrwlhaYMFXnNn2i9xmOGbCCote/7.F5MhA0HaAOsa...JKWnga
Time.Started.....: Wed Nov 25 17:42:21 2020 (2 mins, 20 secs)
Tession..........: hashcat 25 17:44:41 2020 (0 secs)
Session..........: hashcat
Guess.Base.......: File (Passwordlist.txt)
Status...........: Exhausted
Hash.Name........: bcryp100.00%) lowfish (Unix)Hash.Name........: bcryp100.00%)

Hash.Target......: $2y$12$5JmgrwlhaYMFXnNn2i9xmOGbCCote/7.F5MrA16 Vec:1 .JKWngaHash.Target......: $2y$12$5JmgrwlhaYMFXnNn2i9xmOGbCCote/7.F5MrA16 Vec:1

Time.Started.....: Wed Nov 25 17:42:21 2020 (2 mins, 20 secs)
Time.Estimated...: Wed N0.00%) Digests 2020 (0 secs)Time.Estimated...: Wed N0.00%) Digests

Guess.Base.......: File (Passwordlist.txGuess.Base.......: File (Passwordlist.txt)

Rejected.........: 0/16800 (0.00Rejected.........: 0/16800 (0.00%)

Speed.#1.........: 120 H/s (2.78ms)Speed.#1.........: 120 H/s (2.78ms) @ Accel:4 Loops:1 Thr:16 Vec:1

Restore.Sub.#1...: Salt:0 Amplifier:0-Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:4095-4096

Progress.........: 16800/16800 (100.00%) 80d] -> $HEX[6e61766f6e6f645f38323030353038]Progress.........: 16800/16800 (100.00%)

Hardware.Mon.#1..: Temp: 59c Fan:
Hardware.Mon.#1..: Temp: 59c Fan: 25% Util: 97% Core:1935MHz Mem:6801MHz Bus:16

estore.Point....: 16800/16800 (100.00%)
[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit => Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:4095-4096
Candidates.#1....: $HEX[6c6f6c5f30303530380d] -> $HEX[6e61766f6e6f645f38323030353038]
Hardware.Mon.#1..: Temp: 59c Fan: 25% Util: 97% Core:1935MHz Mem:6801MHz Bus:16

Started: Wed Nov 25 17:42:17 2020
Stopped: Wed Nov 25 17:44:42 2020
Reply
#8
Are you sure it's abcde? because these sites says it doesn't match:

[Image: VRJtvbG.png]

[Image: UE6e9SE.png]
Reply
#9
I changed it to "test", to see if the hash was faulty or something.
Reply
#10
I put it in the wrong txt file, I fixed it, but it still doesn't find it.
Reply