hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.43k stars 213 forks source link

Hashlists doesnt sync #638

Closed Undercoverdog closed 3 years ago

Undercoverdog commented 4 years ago

I have some sha1 Hashlists, with partly the same hashes. When I crack a hash, which is also in the other Lists, why it doesnt get the crack too? Pls fix that

s3inlc commented 4 years ago

Hashtopolis is not designed to have a global hash storage to do cross-referencing if hashes from other hashlists are found. Ideally you should make sure that you don't have the same hashes in multiple hashlists, or is there a specific reason for this?

If you want to be sure that they are updated, you can group all your sha1 hashlists as one superhashlist and run tasks on this. This would make sense anyway as there is not more work to be done with more hashes, if you keep them each in separate lists, you would run the same attacks multiple times and waste resources.