hashview / hashview-old

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

Distributed Workload - Keyspace #332

Open nicbrink opened 6 years ago

nicbrink commented 6 years ago

I think there may be a bug in hashcat, which get reflected in hashview when using the hashcat start and limit features. I am hoping someone can take a look and confirm if this is the case.

If you run '--keyspace' with the mask ?a?a?a?a?a?a?a?a you get back 7,737,809,375. However when you run hashcat without the -s -l you get a restore point of 735,091,890,625.

I have done a number of trials against a random 8char hash. If I set the chunk size to 1,000,000,000 the task is broken into 8 jobs that take about 30 min to run and never cracks the hash. If I dont breakup the job if runs for considerable longer before cracking the hash.

i128 commented 5 years ago

As i understand it, --keyspace isn't the EXACT number of possible characters. (Though you think it would be).