1
mirror of https://github.com/hashcat/hashcat synced 2024-12-12 17:13:55 +01:00

Merge pull request #332 from philsmd/master

test fix: ArubaOS salts are 8 hexadecimal chars long (4 binary), not 10
This commit is contained in:
Jens Steube 2016-05-15 01:29:36 +02:00
commit 2937c83a2e

View File

@ -2836,7 +2836,7 @@ sub passthrough
}
elsif ($mode == 125)
{
$tmp_hash = gen_hash ($mode, $word_buf, substr ($salt_buf, 0, 10));
$tmp_hash = gen_hash ($mode, $word_buf, substr ($salt_buf, 0, 8));
}
elsif ($mode == 141 || $mode == 1441)
{