![]() |
Restarting machine currently cracking PW - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Restarting machine currently cracking PW (/thread-5584.html) |
Restarting machine currently cracking PW - evopilot - 07-01-2016 i have olchashcat about 50% into a WPA2 session but i want to restart the machine is it possible to restart and use the --session command to resume or do i need to configure or pause the job before i reboot? RE: Restarting machine currently cracking PW - rico - 07-01-2016 If you didn't specify a session name when you first started the task then the default one would be used. So restart with just the --restore option and it should pick it back up. RE: Restarting machine currently cracking PW - evopilot - 07-01-2016 so its safe to select "pause" close application and restart then use --restore to capture the session once more? RE: Restarting machine currently cracking PW - rico - 07-01-2016 [q]uit RE: Restarting machine currently cracking PW - azren - 07-01-2016 If you use the new hashcat-3.0.0, use [c]checkpoint. You can read the details of this new feature here under section called 'Added the option to quit at next restore checkpoint'. Then simply run command below to restore your session. Code: ./hashcat64 --restore Best regards Azren |