How to use checkpoint in hashcat beta (Windows)
#1
Hi,
i want to use checkpoint in hashcat-5.1.0-beta (windows), i tried by pressing "c" and then using --restore but this seems not works, so how to do this ?
Reply
#2
What do you mean by "not works"? What's happening?
Reply
#3
the --restore command give me this error :


Code:
C:\Users\Alex\Desktop\hashcat\hashcat-5.1.0-beta>hashcat.exe -m 2500 --restore -w3 multi.hccapx wordlist.txt
Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...

Try --help for more help.
Reply
#4
https://hashcat.net/faq#can_i_restore_a_hashcat_session

"The only parameters allowed when restoring a session are --restore and --session (optional)"
Reply
#5
So i have to do like this ?

C:\Users\Alex\Desktop\hashcat\hashcat-5.1.0-beta>hashcat.exe --restore ?

Update: yep i tried this is the right way, thx
Reply
#6
hashcat.exe --restore --session=mySession
Reply