Help with sha-256!
#1
Hi all, I have generated several seeds in Sha-256 and I can't understand why it doesn't find the key.

C:\hashcat-6.2.6>hashcat -O -a 0 -m 1400 [removed - don't post hashes] rockyou.txt
hashcat (v6.2.6) starting

CUDA API (CUDA 12.4)
====================
* Device #1: NVIDIA GeForce RTX 3060, 11247/12287 MB, 28MCU

OpenCL API (OpenCL 3.0 CUDA 12.4.125) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: NVIDIA GeForce RTX 3060, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 31

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Optimizers applied:
* Optimized-Kernel
* Zero-Byte
* Precompute-Init
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Raw-Hash

Watchdog: Temperature abort trigger set to 90c

Host memory required for this attack: 1475 MB

Dictionary cache hit:
* Filename..: rockyou.txt
* Passwords.: 14344384
* Bytes.....: 139921497
* Keyspace..: 14344384

Approaching final keyspace - workload adjusted.

Session..........: hashcat
Status...........: Exhausted
Hash.Mode........: 1400 (SHA2-256)
Hash.Target......: ff9e3cf6dffe93dae8c92d95966268ebc94fb97323600daef1f...bb0243
Time.Started.....: Sun Mar 24 18:28:43 2024 (2 secs)
Time.Estimated...: Sun Mar 24 18:28:45 2024 (0 secs)
Kernel.Feature...: Optimized Kernel
Guess.Base.......: File (rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:  8486.0 kH/s (0.48ms) @ Accel:1024 Loops:1 Thr:128 Vec:1
Recovered........: 0/1 (0.00%) Digests (total), 0/1 (0.00%) Digests (new)
Progress.........: 14344384/14344384 (100.00%)
Rejected.........: 3094/14344384 (0.02%)
Restore.Point....: 14344384/14344384 (100.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#1....: $HEX[303731303436393437] -> $HEX[042a0337c2a156616d6f732103]
Hardware.Mon.#1..: Temp: 41c Fan:  0% Util:  3% Core:1777MHz Mem:7300MHz Bus:16

Started: Sun Mar 24 18:28:42 2024
Stopped: Sun Mar 24 18:28:46 2024
Reply
#2
(03-24-2024, 05:30 PM)druje Wrote: Hi all, I have generated several seeds in Sha-256 and I can't understand why it doesn't find the key.

C:\hashcat-6.2.6>hashcat -O -a 0 -m 1400 [removed - don't post hashes] rockyou.txt
hashcat (v6.2.6) starting

CUDA API (CUDA 12.4)
====================
* Device #1: NVIDIA GeForce RTX 3060, 11247/12287 MB, 28MCU

OpenCL API (OpenCL 3.0 CUDA 12.4.125) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: NVIDIA GeForce RTX 3060, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 31

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1

Optimizers applied:
* Optimized-Kernel
* Zero-Byte
* Precompute-Init
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Raw-Hash

Watchdog: Temperature abort trigger set to 90c

Host memory required for this attack: 1475 MB

Dictionary cache hit:
* Filename..: rockyou.txt
* Passwords.: 14344384
* Bytes.....: 139921497
* Keyspace..: 14344384

Approaching final keyspace - workload adjusted.

Session..........: hashcat
Status...........: Exhausted
Hash.Mode........: 1400 (SHA2-256)
Hash.Target......: ff9e3cf6dffe93dae8c92d95966268ebc94fb97323600daef1f...bb0243
Time.Started.....: Sun Mar 24 18:28:43 2024 (2 secs)
Time.Estimated...: Sun Mar 24 18:28:45 2024 (0 secs)
Kernel.Feature...: Optimized Kernel
Guess.Base.......: File (rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:  8486.0 kH/s (0.48ms) @ Accel:1024 Loops:1 Thr:128 Vec:1
Recovered........: 0/1 (0.00%) Digests (total), 0/1 (0.00%) Digests (new)
Progress.........: 14344384/14344384 (100.00%)
Rejected.........: 3094/14344384 (0.02%)
Restore.Point....: 14344384/14344384 (100.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#1....: $HEX[303731303436393437] -> $HEX[042a0337c2a156616d6f732103]
Hardware.Mon.#1..: Temp: 41c Fan:  0% Util:  3% Core:1777MHz Mem:7300MHz Bus:16

Started: Sun Mar 24 18:28:42 2024
Stopped: Sun Mar 24 18:28:46 2024

Because the candidates in rockyou does not match the target hashes I guess....
How did you create them? Did you make sure that they existed in rockyou?
Reply