lachlan2k / phatcrack

Modern web-based distributed hashcracking solution, built on hashcat
MIT License
109 stars 8 forks source link

Job Checkpoint/Restore and Pause/Resume #15

Open lachlan2k opened 1 year ago

lachlan2k commented 1 year ago

Hashcat status outputs contain a restore point. If a job dies, or is manually paused, we should save this restore point and be able to start the job again later.

There is a bit of bizarre arithmetic with combining exiting --skip --limit calculations, but shouldn't be too hard.