Hashcat


Usefull hash modes:

  • 3200: bcrypt
  • 5600 NTLM

Parameters:

  • -a <mode>: The attack mode. By default it’s 0, just trying all password of the list.
  • -m <hash_mode>: The hash_mode number used to hash each passwords in the list and try them with the one we have in the password file.

hashcat [...options] <input_hashes_file> <passwords_list> Usually, the password list is the rockyou.txt one. The input hashes file can contains multiple passwords to crack (one per line).