session restore error
#1
I tried this command to session restore:
hashcat -D 1 --force --session=md5 -m 0 -a 0 0 /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule

>>checkpoint

than I tried to restore:
hashcat -D 1 --force --restore --session=md5 -m 0 -a 0 0 /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule


output:
Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...

Try --help for more help.

Restore function doesn't work.
So could you help me, please?
An older version restore function worked well...


command: hashcat -V
pull/1273/head
Thanks,
#2
hashcat --session=md5 --restore
#3
Thank you. I made a simple mistake.....
#4
Plz,don't repeat this again!