02-05-2014, 05:59 AM
My question is about the session restore feature with regards to the parameter -n. Here is a snippit of the script that I am currently running:
I know and have tested that I can stop the script from running and later on restore the session. But as you can see I have the parameter -n set at 2. Is it possible to restore the session and change the -n parameter (i.e. 8)?
Code:
hashcat-cli32.exe -m 1800 -n 2
I know and have tested that I can stop the script from running and later on restore the session. But as you can see I have the parameter -n set at 2. Is it possible to restore the session and change the -n parameter (i.e. 8)?