![]() |
rule testing - no output - 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: rule testing - no output (/thread-9763.html) |
rule testing - no output - hc21user - 01-10-2021 on windows 10 if i do nothing happens, even sat for 10+ min Code: .\hashcat.exe -r .\test.txt --stdout .\wordlists\dict.txt sometime --stdout just error with No devices found/left. if i try word not dict file Code: .\hashcat.exe -r .\test.txt --stdout "testword" how do i sample rule transform like https://laconicwolf.com/2019/03/29/hashcat-tutorial-rule-writing/ says? rules file is Code: T0 thx RE: rule testing - no output - undeath - 01-11-2021 such behaviour usually indicates a broken opencl runtime. does hashcat -b work? RE: rule testing - no output - hasher21u - 01-11-2021 i have same issue and hashcat -b works fine |