Posts: 22
Threads: 6
Joined: Dec 2016
I tried to search around but couldn't find the answer
Is there a way to restore a session with change of work profile or gpu fan speed?
I attempted
Code:
hashcat64 --session=test -w 3
or
Code:
hashcat64 --session=test --gpu-temp-retain 1
but did not seem to have any effect.
Thanks
Posts: 930
Threads: 4
Joined: Jan 2015
Posts: 930
Threads: 4
Joined: Jan 2015
To clarify: adding command-line options to a restore process generally doesn't work very well. You have to modify the restore file manually. I recommend making a backup copy of it first. The script that I linked to can help understand the contents.
~
Posts: 22
Threads: 6
Joined: Dec 2016
(02-24-2017, 01:39 AM)royce Wrote: To clarify: adding command-line options to a restore process generally doesn't work very well. You have to modify the restore file manually. I recommend making a backup copy of it first. The script that I linked to can help understand the contents.
Thanks! I'll check the link out.
Posts: 22
Threads: 6
Joined: Dec 2016
(02-24-2017, 01:15 AM)royce Wrote: This may help: https://github.com/philsmd/analyze_hc_restore
Just tried this. It worked great! Thanks again!