1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 16:21:12 +00:00

Set maximum password length for SAP CODVN B (BCODE) hashes

This commit is contained in:
jsteube 2016-05-26 16:55:30 +02:00
parent 2dd8156d24
commit 9f821aa3d2

View File

@ -11172,6 +11172,8 @@ int main (int argc, char **argv)
break;
case 7400: if (pw_max > 16) pw_max = 16;
break;
case 7500: if (pw_max > 8) pw_max = 8;
break;
case 7900: if (pw_max > 48) pw_max = 48;
break;
case 8500: if (pw_max > 8) pw_max = 8;