1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-17 11:10:57 +00:00

Merge pull request #233 from Fist0urs/format_krb5tgs

Fix test.pl verify -m 13100
This commit is contained in:
Jens Steube 2016-02-20 12:47:01 +01:00
commit 4338d71d62

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);