Hashcat save/restore
#1
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.
Reply


Messages In This Thread
Hashcat save/restore - by Citadel - 09-08-2020, 11:10 AM
RE: Hashcat save/restore - by philsmd - 09-08-2020, 12:47 PM
RE: Hashcat save/restore - by Citadel - 09-08-2020, 12:50 PM
RE: Hashcat save/restore - by philsmd - 09-08-2020, 12:55 PM