--stdout not working? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: --stdout not working? (/thread-6807.html) |
--stdout not working? - PhilipS - 08-22-2017 I'm trying to use --stdout as described on https://hashcat.net/wiki/doku.php?id=rule_based_attack. I do this: echo WORd > word echo c > rule hashcat -r rule --stdout word but I get this error: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE <program source>:8:9: error: unknown type name 'u64' const u64 gid = get_global_id (0); ^ * Device #1: Kernel /Volumes/BattleAxe/GitHub/Password_Cracking_Stuff/hashcat/OpenCL/m02000_a0.cl build failed - proceeding without this device. The web page shows it using "hashcat-cli64.bin" instead of "hashcat". Is that the problem? Or is --stdout broken? This is using v3.6.0-397-g58d1dedd on OS X. Thanks in advance. RE: --stdout not working? - atom - 08-26-2017 Is fixed already. Just pull latest github master RE: --stdout not working? - PhilipS - 08-27-2017 (08-26-2017, 04:53 PM)atom Wrote: Is fixed already. Just pull latest github master Thanks, it works great! |