Save/Restore "unnamed" Session
#11
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
#12
(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
#13
Thanks Smile