viewing rules crashes
#2
(10-09-2021, 07:18 PM)hakerbitz Wrote: I am trying to learn to create rules for candidate generation. I would like to print out the candidates to verify I have made the rules correctly. I have tried the samples from the wiki but any command i enter with --stdout in it crashes.
I am able to run wordlist on gpu with rules. I just cant view them


echo :>rule
echo password>wordlist
hashcat --stdout -r rule wordlist


using v6.2.4 or v6.2.3 on windows i get a window. hashcat.exe has stopped working

using v5.1.0 i get

hashcat64 --stdout -r rule wordlist
clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

OpenCL\inc_types.cl(356): error: function "amd_bfe" declared implicitly
    return amd_bfe (a, b, c);
          ^

OpenCL\inc_types.cl(361): error: function "amd_bfe" declared implicitly
    return amd_bfe (a, b, c);
          ^

2 errors detected in the compilation of "C:\Users\xxxx\AppData\Local\Temp\OCLFBFB.tmp.cl".
1
* Device #3: Kernel ./OpenCL/m02000_a0-pure.cl build failed - proceeding without this device.

UPDATE: I was able to use hashcat on *nix box for generating candidates without issue.
Reply


Messages In This Thread
viewing rules crashes - by hakerbitz - 10-09-2021, 07:18 PM
RE: viewing rules crashes - by hakerbitz - 10-10-2021, 08:11 AM
RE: viewing rules crashes - by Snoopy - 10-11-2021, 05:58 PM