Hashcat not starting with --restore - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat not starting with --restore (/thread-6483.html) |
Hashcat not starting with --restore - FinlayDaG33k - 04-12-2017 Hii there, it has been a while since I've used Hashcat, but I tried to crack some WPA2 keys I captured. I ran it overnight, and it worked fine, but then I had to use the machine (it's my gaming PC lol), so I pressed [q]uit Then, tonight I wanted to start it again and all my progress was lost. I read the help provided with the command below and came across the "--restore" parameter: Code: hashcat64.exe --help So, I added this to my bat file, and now it refuses to work. This is my batfile: Code: Hashcat64.exe -d 1,2 -w 3 -m 2500 -a3 crack.hccapx ?u?u?u?u?u?u?u?u --restore and this is the output it gives me: Code: Z:\Hashcat\Hashcat>Hashcat64.exe -d 1,2 -w 3 -m 2500 -a3 crack.hccapx ?u?u?u?u?u Does anybody know what I'm doing wrong? Cheers! RE: Hashcat not starting with --restore - Xanadrel - 04-13-2017 https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#can_i_restore_a_hashcat_session RE: Hashcat not starting with --restore - FinlayDaG33k - 04-13-2017 Hmm... I don't really see exactly how it would help me yet, but I think you are pointing me to this sentence?: Code: Further parameters and switches are currently not allowed EDIT: got it to work by making another file containing the "--restore", and removing it from the main file. thanks |