mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Fix test.pl verify
This commit is contained in:
parent
990f973c48
commit
233cdd009c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user