Restoring session skips words - 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: Restoring session skips words (/thread-6247.html) |
Restoring session skips words - Trinitite - 01-30-2017 Hey So to put things simple. When I create a session using say hashcat64.exe -m 2500 caps.hccap Lists/rockyou.txt -r rules/best64.rule --session=wpa -w 1 And then stop it with a checkpoint at say 1% in progress. When I then resume it with hashcat64.exe --session=wpa --restore Then the progress can start at 1.79%. Any idea? Thanks! RE: Restoring session skips words - royce - 11-19-2017 Pretty sure that hashcat isn't skipping any of the keyspace. But I'm not sure why there's a difference in the output percentage. RE: Restoring session skips words - atom - 11-20-2017 You can restore only from valid checkpoints (the one stored in the .restore file) or the checkpoint listed in the status view. Otherwise you risk valid candidates to not crack the handshakes. |