mirror of
https://github.com/hashcat/hashcat
synced 2024-11-28 05:21:38 +01:00
fix sample formats
This commit is contained in:
parent
ca9656e983
commit
395d19513d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user