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:
parent
9f61fb3024
commit
92625b7692
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user