hashcat/hashcat-utils

[Improvement] Total hashes to compute

SteadEXE opened this issue · 1 comments

Can you add a tool to get the "total hashes" displayed in Progress in hashcat ?
Because I distribute work with -s -l parameters and I would like to verify server-side if work has been done correctly.

So the tool could work like this, you give attack type (here bruteforce), current mask (so current length), skip parameters and limit parameter and it could display the first hash and the last hash number.

Command: "progress -m 0 -a 3 -s 5000 -l 1000000 ?a?a?a?a?a?a?a?a"
Output: "481863613928816/482539223750000"

For exemple.
Thank you.

Finally found a way to do it.