Is there a program that generates statistics of cracked passwords with hashcat?
#1
I'm looking for a program that can look at the out file and tell me something like.
There were 100 hashes which contained the word Password.
And other stuff like that.
Reply
#2
PACK https://github.com/iphelix/pack
Reply
#3
And its Rust cousin, PACK2 (fewer features at this writing, but has some cool ones that PACK does not, and is also faster for some of the ones they have in common):

https://github.com/hops/pack2
~
Reply