hashcat Forum
Order of hashing ? - 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: Order of hashing ? (/thread-11472.html)



Order of hashing ? - RobbieRich - 06-23-2023

Does hashcat have a standard order of hashing or is it random starting eveytime you start it ...
Say with the same mask , stopping and starting exactly in the same order or not ?
Many thanks !


RE: Order of hashing ? - slyexe - 06-23-2023

https://hashcat.net/wiki/doku.php?id=statsprocessor

Hashcat uses Markov Chains to calculate it's candidates. If I am understand your questions correctly this is what you should be after. Otherwise, no it does not process mask attacks in sequence 1..2...3..4 etc, it chooses the best probable candidate and submits it. So yes, each time hashcat is restarted the order will be altered. Otherwise, you can use --session to --restore from to continue an attack if it was interrupted or cancelled.

https://hashcat.net/wiki/doku.php?id=hashcat


RE: Order of hashing ? - RobbieRich - 06-24-2023

Thanks for ur elaborate answer ! 




slyexe dateline='[url=tel:1687548437' Wrote: 1687548437[/url]']
https://hashcat.net/wiki/doku.php?id=statsprocessor

Hashcat uses Markov Chains to calculate it's candidates. If I am understand your questions correctly this is what you should be after. Otherwise, no it does not process mask attacks in sequence 1..2...3..4 etc, it chooses the best probable candidate and submits it. So yes, each time hashcat is restarted the order will be altered. Otherwise, you can use --session to --restore from to continue an attack if it was interrupted or cancelled.

https://hashcat.net/wiki/doku.php?id=hashcat