Is there a program that generates statistics of cracked passwords with hashcat? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Is there a program that generates statistics of cracked passwords with hashcat? (/thread-10290.html) |
Is there a program that generates statistics of cracked passwords with hashcat? - hjbdos - 08-25-2021 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. RE: Is there a program that generates statistics of cracked passwords with hashcat? - epixoip - 08-25-2021 PACK https://github.com/iphelix/pack RE: Is there a program that generates statistics of cracked passwords with hashcat? - royce - 08-25-2021 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 |