1
mirror of https://github.com/hashcat/hashcat synced 2024-11-28 05:21:38 +01:00

fix sample formats

This commit is contained in:
Gabriele Gristina 2022-02-26 21:19:52 +01:00
parent ca9656e983
commit 395d19513d

View File

@ -124,11 +124,11 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
/**
* hc
* format 1: $krb5tgs$23$*user*realm*spn*$checksum$edata2
* format 1: $krb5tgs$23$*user$realm$spn*$checksum$edata2
* format 2: $krb5tgs$23$checksum$edata2
*
* jtr
* format 3: $krb5tgs$spn$checksum$edata2
* format 3: $krb5tgs$spn:checksum$edata2
*/
if (line_len < 9) return (PARSER_SALT_LENGTH);