Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 731 Bytes

File metadata and controls

34 lines (30 loc) · 731 Bytes

Hashcat

Websites:

Common password modes (-m):

  • 0: MD5
  • 100: SHA1
  • 1400: SHA256
  • 1700: SHA512
  • 1000: NTLM
  • 3200: bcrypt
  • 400: WordPress
  • 16500: JWT (JSON Web Token)
  • 10000: Django (PBKDF2-SHA256)
  • 22000: WPA/WPA2 (Wi-Fi)
  • 13100: Kerberos 5 TGS-REP etype 23

Attack mode (-a):

  • 0: Dictionary attack
  • 1: Combination attack
  • 3: Brute-force attack
  • 6: Dictionary + Brute-force
  • 7: Brute-force + Dictionary

Usage:

For unknown key:

hashcat -m CODE -a ATTACK_MODE TOKEN WORDLIST

For semi known key: (?l = lowercaser, ?u = uppercase, ?d = digit, ?s = special character)

hashcat -m 0 -a 3 hash.txt ?u?l?l?l?d?d