Location of restore file
#1
I would like to change the system and I have created a checkpoint but i cannot seem to find the restore file. What is the default location of the restore file ?
Reply
#2
what's your operating system ?

The restore file is named after your session e.g. with default "hashcat" session, it's just hashcat.restore.

By default it's stored in the hashcat folder, e.g. if you downloaded hashcat to the "Downloads" folder, it's Downloads/hashcat/hashcat.restore (the downloaded hashcat folder).

If you use linux or macOS and have installed hashcat with the package manager (apt/brew) or used "make install", the "session" files all reside in your home folder: e.g the file hashcat.restore in ~/.hashcat/
Reply
#3
Finally found the file. Thanks a lot.
Reply
#4
These answers are confusing

(base) froodproton@host:~$ find . -name hashcat.restore
./.local/share/hashcat/sessions/hashcat.restore
Reply