hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
620 stars 134 forks source link

What size storage is recommended? #470

Closed jjmoody closed 5 years ago

jjmoody commented 5 years ago

Correct me if I’m wrong, but when I upload a very large dictionary file (aprox 1 TB+) I assume the file is saved in the MySQL database. If so, what size HD is recommended for the master hashview rig? I also assume this only applies to the master and not the clients in a multi-rig setup.

Please share your knowledge & experience on the topic. Thanks!

ccammilleri commented 5 years ago

@jjmoody I usually recommend at least a 1tb for your exact reason: to support large wordlists.

But the answer depends solely on how large your wordlist collections are. Hashview stores just the file on the master and does not store the words in the database, just metadata about the wordlist (word count, filepath, etc.)

Agents check into the master, and if they don't have a copy of the wordlist, they obtain it from the master, so agents should have similar disk size requirements.

Hope this helps!