hashcat Forum

Full Version: Save/Restore "unnamed" Session
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
(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
Thanks Smile
Pages: 1 2