hashcat Forum

Full Version: session management
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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%)