Hashcat table of hashes
#1
Hello Community,

I am searching for the table that contains of the types of hashes hashcat can crack and for some reason i cannot find it.

I mean the table which mentions the modes and the corresponding hash type.

Thanks in advance.
#2
Code:
hashcat --help

or:

Code:
hashcat --example-hashes

or:

https://hashcat.net/wiki/doku.php?id=example_hashes
#3
(06-24-2020, 09:19 AM)philsmd Wrote:
Code:
hashcat --help

or:

Code:
hashcat --example-hashes

or:

https://hashcat.net/wiki/doku.php?id=example_hashes

Thank you very much.