Hashcat restore seasion problem - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Hashcat restore seasion problem (/thread-3048.html) |
Hashcat restore seasion problem - adrian_mt262 - 01-19-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? RE: Hashcat restore seasion problem - philsmd - 01-19-2014 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 RE: Hashcat restore seasion problem - adrian_mt262 - 01-19-2014 (01-19-2014, 10:49 AM)philsmd Wrote: Please just add (e.g. append) it to your original command line. Thank you very much for your fast reply, i appreciate. |