Posts: 7
Threads: 3
Joined: Jul 2019
1. How to know if the password belongs to slow hash or fast hash
2. Slow hash is not suitable for brain servers. How to distribute slow hash to crack
Posts: 107
Threads: 6
Joined: Sep 2018
1. This depends on the Hash type (-m parameter), but not on the password itself
2. It is the other way around, the brain is made for slow hashes. For further information read this:
https://hashcat.net/forum/thread-7903.html
Distributing hash cracking can be achieved with overlays like Hashtopolis (
https://github.com/s3inlc/hashtopolis).
Posts: 2,301
Threads: 11
Joined: Jul 2010
hashcat brain is not a substitution for a distributed cracking solution.
Posts: 7
Threads: 3
Joined: Jul 2019
ok Well, in the future, in the actual application, brain only focuses on cracking slow hashes.