hashcat Forum

Full Version: Can't get bcrypt to work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
test = $2y$12$8enZUUQ4..6PzeepnS2Nh.OxA4aEIKdwQl1gccwJz6zswIUAT35MS

Code:
> cat wordlist
test
> hashcat -m 3200 hash-bcrypt.txt wordlist

hashcat (v6.1.1) starting...
(...)
$2y$12$8enZUUQ4..6PzeepnS2Nh.OxA4aEIKdwQl1gccwJz6zswIUAT35MS:test
Does this work with windows, because it says "cat" isn't a valid command?
It works when there is only the actual password in the wordlist, but doesn't when there's something else.
Turns out you can't have spaces between the passwords in the wordlist. Works now. Thanks
Pages: 1 2