From: Fist0urs Date: Sat, 20 Feb 2016 00:38:00 +0000 (+0100) Subject: Fix test.pl verify X-Git-Tag: v3.00-beta~261^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=233cdd009c12e2ca3044b43ce447c944d0ee8dc9;p=hashcat.git Fix test.pl verify --- diff --git a/tools/test.pl b/tools/test.pl index 5d945fe..442ae8a 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -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);