mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-03 20:31:08 +00:00
Fix HASH_CATEGORY in Cisco-PIX MD5 module
This commit is contained in:
parent
6fb999a505
commit
f63ef15da1
@ -18,7 +18,7 @@ static const u32 DGST_POS1 = 3;
|
||||
static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 1;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_OS;
|
||||
static const char *HASH_NAME = "Cisco-PIX MD5";
|
||||
static const u32 HASH_TYPE = HASH_TYPE_MD5;
|
||||
static const u64 KERN_TYPE = 2400;
|
||||
|
Loading…
Reference in New Issue
Block a user