Restore File How to Use it
#3
(09-12-2018, 03:28 PM)H4Xl0R Wrote: Restore howto

Consider that you used this command line to start a cracking job:

hashcat -m 0 -a 3 --session session_name example0.hash masks/rockyou-7-2592000.hcmask

and you hit 'c' (or 'q' for quit) while it was running (or it was stopped/killed for some other reasons).

This command resumes the above cracking job:

hashcat --session session_name --restore

The --restore command does not need nor allow any further arguments except from --session (and --restore itself). You can't simply add or change some arguments when you restore the job. If you really insist to change any arguments, you might be able to use some external tools (like analyze_hc_restore) at your own risk.

https://hashcat.net/wiki/doku.php?id=restore



I do not have any session name, just restore file.


Messages In This Thread
Restore File How to Use it - by gnubie - 09-12-2018, 03:22 PM
RE: Restore File How to Use it - by H4Xl0R - 09-12-2018, 03:28 PM
RE: Restore File How to Use it - by gnubie - 09-12-2018, 03:40 PM
RE: Restore File How to Use it - by royce - 09-12-2018, 03:42 PM
RE: Restore File How to Use it - by gnubie - 09-12-2018, 03:44 PM
RE: Restore File How to Use it - by gnubie - 09-12-2018, 05:42 PM
RE: Restore File How to Use it - by undeath - 09-13-2018, 11:21 AM
RE: Restore File How to Use it - by gnubie - 09-14-2018, 01:21 PM