Hashcat
Last updated
Last updated
First we check the hash type with hash-identifier command and paste the hash we need to verify.
/hashcat.exe -a 0 -m <type> <hashfile> <dic path> -d 1 #eventually -O (optimize) too #MD5 hash
./hashcat.exe -a 0 -m <type> <hashfile> <dic path> -d 1 --show (to see the decrypted password)
-----------------------------------------------------------------------------------------------------
New Hashcat parameters (22000), replacing the old ones (2500 & 16800)