hashcat Forum

Full Version: Hashcat restore seasion problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello hashcat users yesterday i started a mask attack, as time passed i ctrl+C it and it told me "To restore seasion use -s 87897116335" or something like that. i tried to use the command
C:\Users\adr\Desktop\hashcat org\hashcat-0.47>hashcat-cli64.exe -s 87897116335

But not working, any ideeas?
Please just add (e.g. append) it to your original command line.
For instance if you cmd line was:
hashcat-cli64.exe -m 0 -a 3 m0000.txt ?a?a?a?a?a?a?a

Then, the new one should (in addition) contain the -s values:
hashcat-cli64.exe -m 0 -a 3 m0000.txt ?a?a?a?a?a?a?a -s 87897116335
(01-19-2014, 10:49 AM)philsmd Wrote: [ -> ]Please just add (e.g. append) it to your original command line.
For instance if you cmd line was:
hashcat-cli64.exe -m 0 -a 3 m0000.txt ?a?a?a?a?a?a?a

Then, the new one should (in addition) contain the -s values:
hashcat-cli64.exe -m 0 -a 3 m0000.txt ?a?a?a?a?a?a?a -s 87897116335

Thank you very much for your fast reply, i appreciate.