1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Fix a bug in -m 1500, returned invalid plain is cracking slice was not 0

This commit is contained in:
jsteube 2016-06-10 17:48:04 +02:00
parent b9eefd9b20
commit 58296e1ecf

View File

@ -2,5 +2,5 @@ const u32 final_hash_pos = digests_offset + 0;
if (atomic_inc (&hashes_shown[final_hash_pos]) == 0)
{
mark_hash (plains_buf, d_return_buf, salt_pos, 0, final_hash_pos, gid, il_pos);
mark_hash (plains_buf, d_return_buf, salt_pos, 0, final_hash_pos, gid, il_pos + slice);
}