1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 04:23:06 +00:00

Fix WPA benchmark default mask

This commit is contained in:
jsteube 2016-09-28 23:14:08 +02:00
parent 9f61fb3024
commit 92625b7692

View File

@ -20566,6 +20566,8 @@ char *hashconfig_benchmark_mask (const hashconfig_t *hashconfig)
switch (hashconfig->hash_mode)
{
case 2500: mask = "?a?a?a?a?a?a?a?a";
break;
case 9710: mask = "?b?b?b?b?b";
break;
case 9810: mask = "?b?b?b?b?b";