hashcat Forum
Save/Restore "unnamed" Session - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Save/Restore "unnamed" Session (/thread-5742.html)

Pages: 1 2


RE: Save/Restore "unnamed" Session - Zwei - 08-14-2016

I have to ask again :o - what am I doing wrong? There is a mask1.restore file. I tried with and without path.



-@- ~/Desktop/hashcat $ sudo ./hashcat.bin --restore mask1


ERROR: Restore file '/home/-/Desktop/hashcat/hashcat.restore': No such file or directory


RE: Save/Restore "unnamed" Session - jodler303 - 08-14-2016

(08-14-2016, 04:18 PM)Zwei Wrote: I have to ask again :o - what am I doing wrong? There is a mask1.restore file. I tried with and without path.

-@- ~/Desktop/hashcat $ sudo ./hashcat.bin --restore mask1

ERROR: Restore file '/home/-/Desktop/hashcat/hashcat.restore': No such file or directory


try:

sudo ./hashcat.binĀ --session=mask1 --restore


RE: Save/Restore "unnamed" Session - Zwei - 08-15-2016

Thanks Smile