Help on Rule or Mask or something
#6
(02-23-2023, 05:50 PM)pdparisi Wrote: Bump?

first resolve this 2 problems

Failed to initialize NVIDIA RTC library. -> CUDA SDK isnt installed properly

* Device #1: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
clCreateContext(): CL_OUT_OF_HOST_MEMORY

-> install the patch and reboot

next thing, your command line is wrong, you cannot combine attackmodes over pipe as far as i know

this line should work, but you lose the -a7 part, (instead generate the -a7 part like you did with -a6 and combine the 6 output and the 7output)

Hashcat -a1 f:\crack\500words-specchar.txt f:\crack\500words-specchar.txt --stdout | hashcat -m10500 f:\crack\source.hash -o f:\crack\500-output.txt

Hashcat -a1 6output.txt 7output --stdout | hashcat -m10500 f:\crack\source.hash -o f:\crack\500-output.txt
Reply


Messages In This Thread
Help on Rule or Mask or something - by pdparisi - 02-20-2023, 08:10 PM
RE: Help on Rule or Mask or something - by b8vr - 02-21-2023, 12:08 AM
RE: Help on Rule or Mask or something - by Snoopy - 02-23-2023, 06:48 PM
RE: Help on Rule or Mask or something - by Snoopy - 02-24-2023, 02:44 PM