hashcat 6.2.4 problem - it doesnt run
#11
(10-25-2021, 10:30 AM)Snoopy Wrote:
(10-25-2021, 06:44 AM)Muri Wrote: would anyone know how to overcome this error?

thanks

-m 0 ist MD5

so you tell hashcat you want to crack MD5, wlan mode is 22000, so this is your first error in your commandline and therefore hahscat will not start cracking because it knwos, that your provided hash doesnt fit

first of all, update all your drivers

most recent cuda version is 11.5

you can tell hahscat to use cudabackend only by adding options (in your case)

-D 2 -d 1

hello,

would the new command be 'hashcat.exe -m 22000 -a 3 -o cracked.txt hash.txt' ?

because i still get the same error as before ):
Reply
#12
Muri, don't worry about your command yet. You need to install the proper runtimes and drivers for your hardware. It appears your attempt at installing the proper drivers may have failed or is corrupt. This is the first step on resolving your issue.

So I would begin by re-installing both the CUDA toolkit & Nvidia Drivers and re-attempting to run a benchmark.
I would also suggest removing hashcat and redownloading.

Code:
nvrtcCompileProgram(): NVRTC_ERROR_INVALID_OPTION

nvrtc: error: invalid value for --gpu-architecture (-arch)

Once this error no longer appears then we can discuss your attempt at cracking your wifi.
Reply
#13
thank you, i will do these tomorrow morning and report back. 

thanks
Reply