mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
Fixed plaintext cracking mode, used invalid offset
This commit is contained in:
parent
038b915e2d
commit
e01ccb9e81
@ -13045,7 +13045,7 @@ int plaintext_parse_hash (u8 *input_buf, u32 input_len, hash_t *hash_buf, MAYBE_
|
||||
|
||||
memset (digest, 0, hashconfig->dgst_size);
|
||||
|
||||
memcpy (digest + 16, input_buf, input_len);
|
||||
memcpy ((char *) digest + 64, input_buf, input_len);
|
||||
|
||||
//strncpy ((char *) digest + 64, (char *) input_buf, 64);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user