Skip to content

v1.4.0

Compare
Choose a tag to compare
@noraj noraj released this 15 Sep 21:34
· 206 commits to master since this release

Highlights

  • πŸ“ˆ 41 new hash types
  • βš™οΈ CLI can now read hash from STDIN and there is a new command to display hash samples
  • πŸ₯‡ added new samples
  • β˜‘οΈ many enhancements (add JtR or HC ref/id, better description)

carbon
carbon2
carbon3
carbon4

Changelog

  • Additions:
    • AzureAD #93
    • HTTP Digest access authentication #94
    • IPB 2.x (Invision Power Board) #95
    • Amazon AWS4-HMAC-SHA256 #126
    • Bitcoin WIF private key (P2PKH), compressed #126
    • Bitcoin WIF private key (P2PKH), uncompressed #126
    • Bitcoin WIF private key (P2WPKH, Bech32), compressed #126
    • Bitcoin WIF private key (P2WPKH, Bech32), uncompressed #126
    • Bitcoin WIF private key (P2SH(P2WPKH)), compressed #126
    • Bitcoin WIF private key (P2SH(P2WPKH)), uncompressed #126
    • BLAKE2-512($pass.$salt) #126
    • BLAKE2-512($salt.$pass) #126
    • DPAPI masterkey file v1 (context 1 and 2) #126
    • DPAPI masterkey file v1 (context 3) #126
    • DPAPI masterkey file v2 (context 1 and 2) #126
    • DPAPI masterkey file v2 (context 3) #126
    • Exodus Desktop Wallet #126
    • Flask Session Cookie #126
    • KeePass 1 AES / without keyfile #126
    • KeePass 1 Twofish / with keyfile #126
    • KeePass 1 Twofish / without keyfile #126
    • KeePass 2 AES / without keyfile #126
    • Keepass 2 AES / with keyfile #126
    • KeePass 2 ChaCha20 (KDBX 3) / without keyfile #126
    • Kerberos 5 DB etype 17 #126
    • Kerberos 5 DB etype 18 #126
    • Kerberos 5 DB etype 3
    • Kerberos 5 TGT
    • Kerberos 4 TGT
    • PostgreSQL #126
    • PostgreSQL SCRAM-SHA-256 #126
    • Radmin3 #126
    • Teamspeak 3 (channel hash) #126
    • Terra Station Wallet #126
    • bcrypt(sha512($pass)) / bcryptsha512 #126
    • md5(sha1($pass).$salt) #126
    • sha1($salt.sha1(utf16le($username).':'.utf16le($pass))) #126
    • sha256($salt.sha256_raw($pass)) #126
  • Enhancements:
    • 7-zip: #118
      • Add samples
      • Match variants with optional fields
    • WinZip: #118
      • Add samples
      • Enhance regexp, 7th token can be at max 0x200000 * 4 * 2
    • SecureZip: #118
      • Add samples
    • PKZIP: #118
      • Add samples
      • Add HC codes
      • Add several sub-variants
    • PostgreSQL CRAM (MD5): #126
      • Add samples
      • Enhance regexp
    • many Kerberos 5 types:
      • Add samples
    • sha1 / RIPEMD-160
      • Enhance regexp
    • sha256(sha256_raw($pass)) / sha256($salt.sha256($pass)) / sha256(sha256($pass).$salt)
      • add HC
      • add sample
    • Hide some uncommon hash types (not removed but set as extended)
  • CLI:
    • Now can read hash from STDIN
    • New command to display hash samples
  • Lib:
    • New class method to find hash samples
  • Chore:
    • Fix github action ruby workflow
  • Install:
    • Can now be installed on Debian with a .deb
    • Can now be installed on Void Linux
  • Documentation:
    • Comparison to houndsniff
    • Add some legal terms

Media