Hi all.
I'm having a bit of an issue with hashcat that I can't figure out. How do I save a session, so I can safely close my The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) machine? the only way I seem to be able to stop is by pressing CTRL + C
I'm using a line similar to the one below, piping in crunch.
crunch 8 8 abc123 | hashcat --session test_sesh -a 0 -m 2500 -o output_test test.hccapx
And restoring with
crunch 8 8 abc123 | hashcat --session test_sesh --restore
But it always seems to restore to a lot earlier in the session than when I exited?
Cheers for any help in advance.
I'm having a bit of an issue with hashcat that I can't figure out. How do I save a session, so I can safely close my The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) machine? the only way I seem to be able to stop is by pressing CTRL + C
I'm using a line similar to the one below, piping in crunch.
crunch 8 8 abc123 | hashcat --session test_sesh -a 0 -m 2500 -o output_test test.hccapx
And restoring with
crunch 8 8 abc123 | hashcat --session test_sesh --restore
But it always seems to restore to a lot earlier in the session than when I exited?
Cheers for any help in advance.