hashcat Forum
session management - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html)
+--- Thread: session management (/thread-14.html)



session management - conito26 - 05-05-2010

Hi
Launching a cracking operation whit hashcat might take several days to obtain the result
can a any member show me please how to set a resuming option
Thanks


RE: session management - atom - 05-06-2010

(05-05-2010, 10:16 PM)conito26 Wrote: Hi
Launching a cracking operation whit hashcat might take several days to obtain the result
can a any member show me please how to set a resuming option
Thanks

just run it normally

root@sf:~/oclHashcat-0.19# ./oclHashcat64.bin example.hash ?s?s?s?s ?s?s?s?s

Quote:[s]tatus [p]ause [r]esume [q]uit => s
...
Progress..: 20421688320/1406408618241 (1.40%)

by pressing "q" in the prompt it will show you the following line:

Quote:[s]tatus [p]ause [r]esume [q]uit => q
Quit. Use -s 15360 to restore session...

if you want to resume, just append the -s parameter to your original cmdline:

./oclHashcat64.bin example.hash ?s?s?s?s ?s?s?s?s -s 15360

Quote:[s]tatus [p]ause [r]esume [q]uit => s
...
Progress..: 19702103040/1406408618241 (1.40%)