hashcat --stdout ... | hashcat -a 0 -m 0 ... - It worked!!!!!!
I came up with this idea, but I got an error - "Already an instance D:\hashcat-6.2.1\hashcat.exe running on pid 12776"
It worked after I ran different copies of the program from different folders:
- "D:\hashcat\hashcat -a 6 test.dict ?d?d --stdout | D:\hashcat-6.2.1\hashcat.exe -a 0 -r test.rule ... "
When working with a slow hash, I do not observe a performance loss.
We should be aware of this possibility!!!
Thank you very much!!!
I came up with this idea, but I got an error - "Already an instance D:\hashcat-6.2.1\hashcat.exe running on pid 12776"
It worked after I ran different copies of the program from different folders:
- "D:\hashcat\hashcat -a 6 test.dict ?d?d --stdout | D:\hashcat-6.2.1\hashcat.exe -a 0 -r test.rule ... "
When working with a slow hash, I do not observe a performance loss.
We should be aware of this possibility!!!
Thank you very much!!!