For example, I have below command:
cmd /c ".\combinatorX.exe -1 .\text1.txt -2 .\text2.txt -3 .\text3.txt -s session1 | .\hashcat -a 0 -m 32500 .\hash.txt --status --status-timer 300"
Let it run then cancel it to get the message: Please use -r 12345 to restore session.
Then I re-run the command:
cmd /c ".\combinatorX.exe -r session1 | .\hashcat -a 0 -m 32500 .\hash.txt --status --status-timer 300"
I get the error:
fread() failed (0): No error
Not sure if it happens in Linux environment.