Distribute calculations and "verification" hashes
#3
(08-21-2017, 07:44 PM)undeath Wrote: hashcat is using markov chains to try more probable words first. You can have a look at the next candidates by running a command like

Code:
./hashcat64.bin --stdout -a3 '?a?a?a?a' -s 5555 -l 20

Thank you for your reply.

--stdout works great, but runing Hashcat over and over for each hash kind of slow (if, for example, i want to get 1000 verification hashes across my task range). 

Is there by any chance a way to get them without Hashcat itself? I tried statsprocessor, but i get different results (including with --markov-classic flag).


Messages In This Thread
RE: Distribute calculations and "verification" hashes - by Kichee - 08-22-2017, 02:32 PM