1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

Fix test.pl verify

This commit is contained in:
Fist0urs 2016-02-20 01:38:00 +01:00
parent 990f973c48
commit 233cdd009c

View File

@ -2234,7 +2234,7 @@ sub verify
next unless ($signature eq "krb5tgs");
next unless (length ($checksum) == 32);
next unless (length ($edata2) == 64);
next unless (length ($edata2) >= 64);
$salt = $user . '$' . $realm . '$' . $spn . '$' . substr ($edata2, 0, 16);