Add pure kernels for FileZilla Server >= 0.9.55

This commit is contained in:
jsteube
2017-08-09 14:48:47 +02:00
parent 4c7f61e473
commit adacccecdf
4 changed files with 460 additions and 0 deletions
+2
View File
@@ -24860,6 +24860,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
hashconfig->salt_max = 56; break;
case 12600: hashconfig->salt_min = 64;
hashconfig->salt_max = 64; break;
case 15000: hashconfig->salt_min = 64;
hashconfig->salt_max = 64; break;
}
}