mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 04:22:13 +00:00
Some format fix for -m 19700
This commit is contained in:
parent
8591c477ca
commit
7e9e00a649
@ -115,7 +115,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
||||
// assume no signature found
|
||||
if (line_len < 12) return (PARSER_SALT_LENGTH);
|
||||
|
||||
char *spn_info_start = strchr ((const char *) line_buf + 12 + 1, '*');
|
||||
char *spn_info_start = strchr ((const char *) line_buf + 12 + 1, '*');
|
||||
|
||||
int is_spn_provided = 0;
|
||||
int is_machine_account = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user