NvAPI GPU_NOT_POWERED Errors
#3
Hascat is telling you anything you need, but you need to read.

FIRST:
Failed to initialize NVIDIA RTC library.

* Device #1: CUDA SDK Toolkit not installed or incorrectly installed.
            CUDA SDK Toolkit required for proper device support and utilization.
            Falling back to OpenCL runtime.

You missed to install the CUDA SDK, so hashcat will not use CUDA but turning to opencl

See also the warning regarding missing timeoutpatch

SECOND:
Laptops are not made for cracking, see the lines with:

Driver temperature threshold met on GPU #1

This means your graphicscard instantly hit the maximum temperature and to prevent damage, the driver and hashcat throttle your gpu down and/or stops the attack

this is due to the fact, that laptops and their "cooling performance" isnt build for maximum workloads over a longer time

Third:
please use complete commandlines for running hashcat

Guess.Base.......: Pipe but not providing input over pipe
try
.\hashcat.exe -a3 -m0 .\example0.hash ?a?a?a?a
or
.\hashcat.exe -a0 -m0 .\example0.hash your-dictionary.txt
Reply


Messages In This Thread
RE: NvAPI GPU_NOT_POWERED Errors - by Snoopy - 01-05-2024, 02:55 PM