05-06-2022, 12:56 PM (This post was last modified: 05-06-2022, 12:57 PM by Al3xandru.)
Hello everyone,
Struggling with oldish hardware I am trying to split the work on multiple computers after reaching 40%. I copied the entire Hashcat folder to a new machine but using --restore I get to start it from the last restore point on the first machine (naturally)
Can someone explain me in plain language (I'm a complete beginner) how can I start the same job from 80% on another computer?
I read this https://hashcat.net/wiki/doku.php?id=restore and I understand I would need to edit the restore file using a hex editor but I don't know what values should I enter at dicts_pos and masks_pos to get to start the job on the second machine at the intended %.
-s, --skip | Num | Skip X words from the start | -s 1000000
so dont use option restore on your second machine, instead use the same cli like on machine 1 but with -s option
Any way to do this with --increment? I have workload which would take 100 days on one pc so I'd like multiple to work on it but -s and --limit are disabled for brute force attacks.
-s, --skip | Num | Skip X words from the start | -s 1000000
so dont use option restore on your second machine, instead use the same cli like on machine 1 but with -s option
Any way to do this with --increment? I have workload which would take 100 days on one pc so I'd like multiple to work on it but -s and --limit are disabled for brute force attacks.
depends a little bit on the style of your mask but let me check, but this schould be no problem
the result as expected, l2.txt (190 lines) is the merge of l1.txt (95 lines as ?a is 95 possibilities) and s1l1.txt (also 95) so skip and limit work in bruteforcemode (you can check, see attached files)
the only thing, you have to stick to the actual masklength which hashcat tells you will work for 100 days
so if your mask is now length 8 you will have to provide this masklenght with a suitable skip and limit option (you can try this on your second machine or do some math (how many combinations? given this mask and masklengh)