Dividing a hash to two or more computers
#1
Is it possible to divide the crack work to several computers if so, how do i do that?

Also, can I start cracking at a chosen start point instead of 00000000, if so, how?
Reply
#2
(04-02-2022, 10:52 PM)edmund Wrote: Is it possible to divide the crack work to several computers if so, how do i do that?

Also, can I start cracking at a chosen start point instead of 00000000, if so, how?

you could use something like hashtopolis
https://github.com/hashtopolis/server

or using options skip -s and limit -l see
https://hashcat.net/wiki/doku.php?id=hashcat

-s, --skip                    | Num  | Skip X words from the start                          | -s 1000000
-l, --limit                    | Num  | Limit X words from the start + skipped words        | -l 1000000
Reply
#3
@Snoopy

Thank you Sir!
Reply