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:
commit
4338d71d62
@ -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