mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 10:51:16 +00:00
Fix KERN_TYPE in --stdout mode
This commit is contained in:
parent
c40f474c2e
commit
1290b01b3e
@ -18,7 +18,7 @@ static const u32 DGST_POS3 = 0;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_PLAIN;
|
||||
static const char *HASH_NAME = "STDOUT";
|
||||
static const u64 KERN_TYPE = 0;
|
||||
static const u64 KERN_TYPE = 2000;
|
||||
static const u32 OPTI_TYPE = 0;
|
||||
static const u64 OPTS_TYPE = 0;
|
||||
static const u32 SALT_TYPE = SALT_TYPE_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user