rule testing - no output
#1
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"

testword: No such file or directory

how do i sample rule transform like https://laconicwolf.com/2019/03/29/hashc...e-writing/ says?

rules file is

Code:
T0
$1

thx
Reply
#2
such behaviour usually indicates a broken opencl runtime. does hashcat -b work?
Reply
#3
i have same issue and hashcat -b works fine
Reply