mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
Update HASH_NAME in -m 22301
This commit is contained in:
parent
ce9b9ef015
commit
ae03120981
@ -59,7 +59,7 @@
|
||||
- Added hash-mode: sha256(sha256_bin($pass))
|
||||
- Added hash-mode: sha256(sha256($pass).$salt)
|
||||
- Added hash-mode: SolarWinds Orion
|
||||
- Added hash-mode: Telegram (SHA256)
|
||||
- Added hash-mode: Telegram client app passcode (SHA256)
|
||||
- Added hash-mode: Web2py pbkdf2-sha512
|
||||
- Added hash-mode: WPA-PBKDF2-PMKID+EAPOL
|
||||
- Added hash-mode: WPA-PMK-PMKID+EAPOL
|
||||
|
@ -161,7 +161,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
|
||||
- NetNTLMv1 / NetNTLMv1+ESS
|
||||
- NetNTLMv2
|
||||
- Skype
|
||||
- Telegram (SHA256)
|
||||
- Telegram client app passcode (SHA256)
|
||||
- PostgreSQL CRAM (MD5)
|
||||
- MySQL CRAM (SHA1)
|
||||
- RACF
|
||||
|
@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 6;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_8;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED;
|
||||
static const char *HASH_NAME = "Telegram (SHA256)";
|
||||
static const char *HASH_NAME = "Telegram client app passcode (SHA256)";
|
||||
static const u64 KERN_TYPE = 22300;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
|
||||
| OPTI_TYPE_PRECOMPUTE_INIT
|
||||
|
Loading…
Reference in New Issue
Block a user