Hashcat getting exhausted even 100%
#1
OpenCL API (OpenCL 3.0 PoCL 5.0+debian  Linux, None+Asserts, RELOC, SPIR, LLVM 16.0.6, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project]
==================================================================================================================================================
* Device #1: cpu-haswell-12th Gen Intel(R) Core(TM) i7-1250U, 2822/5709 MB (1024 MB allocatable), 12MCU

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

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

Optimizers applied:
* Zero-Byte
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
* Raw-Hash

ATTENTION! Pure (unoptimized) backend kernels selected.
Pure kernels can crack longer passwords, but drastically reduce performance.
If you want to switch to optimized kernels, append -O to your commandline.
See the above message to find out about the exact limits.

Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.

Host memory required for this attack: 3 MB

Approaching final keyspace - workload adjusted.

Session..........: hashcat
Status...........: Exhausted
Hash.Mode........: 1000 (NTLM)
Hash.Target......: 04a6c24c2d5f4a4a16413549a0f1e82e
Time.Started.....: Thu May  9 17:51:20 2024 (0 secs)
Time.Estimated...: Thu May  9 17:51:20 2024 (0 secs)
Kernel.Feature...: Pure Kernel
Guess.Mask.......: ?d?d?d?d?d?d?d [7]
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........: 57958.8 kH/s (2.96ms) @ Accel:512 Loops:62 Thr:1 Vec:8
Recovered........: 0/1 (0.00%) Digests (total), 0/1 (0.00%) Digests (new)
Progress.........: 10000000/10000000 (100.00%)
Rejected.........: 0/10000000 (0.00%)
Restore.Point....: 10000/10000 (100.00%)
Restore.Sub.#1...: Salt:0 Amplifier:992-1000 Iteration:0-62
Candidate.Engine.: Device Generator
Candidates.#1....: 2933896 -> 6887494

Started: Thu May  9 17:51:17 2024
Stopped: Thu May  9 17:51:22 2024


hashcat -a 3 -m 1000 hashes.hash ?d?d?d?d?d?d?d

Im running this to crack a windows NTLM on wsl with cali. Help?
Reply
#2
Are you sure the password is 7 digits long?
Reply
#3
(05-10-2024, 03:37 AM)slyexe Wrote: Are you sure the password is 7 digits long?

Yes I'm sure.  It also says: Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.
Reply
#4
(05-10-2024, 04:56 PM)luvod Wrote:
(05-10-2024, 03:37 AM)slyexe Wrote: Are you sure the password is 7 digits long?

Yes I'm sure.

Well, it's not, otherwise hashcat would've cracked it.
Reply
#5
(05-10-2024, 04:59 PM)buka Wrote:
(05-10-2024, 04:56 PM)luvod Wrote:
(05-10-2024, 03:37 AM)slyexe Wrote: Are you sure the password is 7 digits long?

Yes I'm sure.

Well, it's not, otherwise hashcat would've cracked it.

If im running it on WSL if that means anything
Reply
#6
(05-10-2024, 04:56 PM)luvod Wrote:
(05-10-2024, 03:37 AM)slyexe Wrote: Are you sure the password is 7 digits long?

Yes I'm sure.  It also says: Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.

This hash 04a6c24c2d5f4a4a16413549a0f1e82e does not match any 7 digit password. Are you sure you are not confusing the account pasword and the windows Hello pin? Just because the pin is 7 digits does not mean the NTLM of the account is 7 digits.
Reply
#7
(05-13-2024, 10:13 AM)DanielG Wrote:
(05-10-2024, 04:56 PM)luvod Wrote:
(05-10-2024, 03:37 AM)slyexe Wrote: Are you sure the password is 7 digits long?

Yes I'm sure.  It also says: Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.

This hash 04a6c24c2d5f4a4a16413549a0f1e82e does not match any 7 digit password. Are you sure you are not confusing the account pasword and the windows Hello pin? Just because the pin is 7 digits does not mean the NTLM of the account is 7 digits.

Oh so the windows hello pin of the computer is what I am trying to crack. Is there a different hash I need to find?
Reply
#8
If you want to crack a windows hello pin then read: https://hashcat.net/forum/thread-10461.html
Reply