Added hash mode 18500 sha1(md5(md5($pass)))

closes hashcat/hashcat#1652
This commit is contained in:
Sein Coray
2018-12-10 16:11:11 +01:00
parent 050b54b8cf
commit a70a0513bf
9 changed files with 869 additions and 4 deletions

View File

@@ -1397,6 +1397,7 @@ typedef enum kern_type
KERN_TYPE_KRB5ASREP = 18200,
KERN_TYPE_APFS = 18300,
KERN_TYPE_ODF12 = 18400,
KERN_TYPE_SHA1_DOUBLE_MD5 = 18500,
KERN_TYPE_PLAINTEXT = 99999,
} kern_type_t;