mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-12 08:41:07 +00:00
Fix some copy/paste error
This commit is contained in:
parent
9c5057aa38
commit
9e61928416
@ -24677,7 +24677,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
switch (hashconfig->hash_mode)
|
||||
{
|
||||
case 112: hashconfig->pw_min = 30; break; // https://www.toadworld.com/platforms/oracle/b/weblog/archive/2013/11/12/oracle-12c-passwords
|
||||
case 112: hashconfig->pw_max = 30; break; // https://www.toadworld.com/platforms/oracle/b/weblog/archive/2013/11/12/oracle-12c-passwords
|
||||
case 1500: hashconfig->pw_max = 8; break; // Underlaying DES max
|
||||
case 2100: hashconfig->pw_max = PW_MAX; break;
|
||||
case 2400: hashconfig->pw_max = 16; break; // Cisco-PIX MD5 sets w[4] = 0x80
|
||||
@ -24685,7 +24685,7 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
|
||||
case 2500: hashconfig->pw_max = 63; break; // WPA/WPA2 limits itself to 63 by RFC
|
||||
case 2501: hashconfig->pw_max = 64; break; // WPA/WPA2 PMK fixed length
|
||||
case 3000: hashconfig->pw_max = 7; break; // LM max
|
||||
case 3100: hashconfig->pw_min = 30; break; // http://www.red-database-security.de/whitepaper/oracle_passwords.html
|
||||
case 3100: hashconfig->pw_max = 30; break; // http://www.red-database-security.de/whitepaper/oracle_passwords.html
|
||||
case 3200: hashconfig->pw_max = 72; break; // Underlaying Blowfish max
|
||||
case 5200: hashconfig->pw_max = PW_MAX; break;
|
||||
case 6211: hashconfig->pw_max = 64; break; // TC limits itself to 64
|
||||
|
Loading…
Reference in New Issue
Block a user