Posts: 4
Threads: 3
Joined: Jan 2014
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?
Posts: 2,267
Threads: 16
Joined: Feb 2013
01-19-2014, 10:49 AM
(This post was last modified: 01-19-2014, 10:52 AM by philsmd.)
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
Posts: 4
Threads: 3
Joined: Jan 2014
(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.