can't resume an old session - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: can't resume an old session (/thread-3454.html) |
can't resume an old session - notimetoeli - 06-06-2014 Using an AMD 7950.I'm using a dictionary attack. i started with this command Code: oclHashcat64.exe -m 2500 attack.hccap wordlist.lst --force so this got the attack started and it went to 20% or so when I had to shut down my PC next day i went back and tried to resume the session by using this command line Code: oclHashcat64.exe -m 2500 attack.hccap wordlist.lst --restore --force but that command line did not restore the old session. the cracking process started at 0% when it should have at 20% from before anyone know what i'm doing wrong? RE: can't resume an old session - 2die4 - 06-06-2014 The right command is: Code: oclHashcat64.exe --restore --session "the name or number of the session" RE: can't resume an old session - notimetoeli - 06-07-2014 (06-06-2014, 07:38 AM)2die4 Wrote: The right command is: THANK YOU!! I can finally get cracking on all these files |