How to Hashcat Resume from Restore point - 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: How to Hashcat Resume from Restore point (/thread-10666.html) |
How to Hashcat Resume from Restore point - skypc1 - 03-18-2022 my code is Code: hashcat -m 14000 hash.txt -o cracked.txt -a 3 -1 1.charset --hex-charset ?1?1?1?1?1?1?1?1 -w 4 --force my restore point is Code: restore point 10308157440 / 34359738368 30.00% Pls any one can help me to write code resume from above restore point ?? thank you RE: How to Hashcat Resume from Restore point - Banaanhangwagen - 03-18-2022 https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#can_i_restore_a_hashcat_session https://hashcat.net/wiki/doku.php?id=restore RE: How to Hashcat Resume from Restore point - skypc1 - 03-20-2022 Found it. Thank you hashcat --session hashcat --restore |