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

Change module number to match future grouping

This commit is contained in:
Cablethief 2021-05-28 14:45:41 +02:00
parent f2d40df22f
commit e818b56cf3
8 changed files with 22 additions and 22 deletions

View File

@ -502,7 +502,7 @@ DECLSPEC void transform_netntlmv1_key (const u32x w0, const u32x w1, u32x *out)
| ((k[7] & 0xff) << 24); | ((k[7] & 0xff) << 24);
} }
KERNEL_FQ void m05510_m04 (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_m04 (KERN_ATTR_RULES ())
{ {
/** /**
* modifier * modifier
@ -624,15 +624,15 @@ KERNEL_FQ void m05510_m04 (KERN_ATTR_RULES ())
} }
} }
KERNEL_FQ void m05510_m08 (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_m08 (KERN_ATTR_RULES ())
{ {
} }
KERNEL_FQ void m05510_m16 (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_m16 (KERN_ATTR_RULES ())
{ {
} }
KERNEL_FQ void m05510_s04 (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_s04 (KERN_ATTR_RULES ())
{ {
/** /**
* modifier * modifier
@ -770,10 +770,10 @@ KERNEL_FQ void m05510_s04 (KERN_ATTR_RULES ())
} }
} }
KERNEL_FQ void m05510_s08 (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_s08 (KERN_ATTR_RULES ())
{ {
} }
KERNEL_FQ void m05510_s16 (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_s16 (KERN_ATTR_RULES ())
{ {
} }

View File

@ -502,7 +502,7 @@ DECLSPEC void transform_netntlmv1_key (const u32 w0, const u32 w1, u32 *out)
| ((k[7] & 0xff) << 24); | ((k[7] & 0xff) << 24);
} }
KERNEL_FQ void m05510_mxx (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_mxx (KERN_ATTR_RULES ())
{ {
/** /**
* modifier * modifier
@ -622,7 +622,7 @@ KERNEL_FQ void m05510_mxx (KERN_ATTR_RULES ())
} }
} }
KERNEL_FQ void m05510_sxx (KERN_ATTR_RULES ()) KERNEL_FQ void m27000_sxx (KERN_ATTR_RULES ())
{ {
/** /**
* modifier * modifier

View File

@ -500,7 +500,7 @@ DECLSPEC void transform_netntlmv1_key (const u32x w0, const u32x w1, u32x *out)
| ((k[7] & 0xff) << 24); | ((k[7] & 0xff) << 24);
} }
KERNEL_FQ void m05510_mxx (KERN_ATTR_VECTOR ()) KERNEL_FQ void m27000_mxx (KERN_ATTR_VECTOR ())
{ {
/** /**
* modifier * modifier
@ -644,7 +644,7 @@ KERNEL_FQ void m05510_mxx (KERN_ATTR_VECTOR ())
} }
} }
KERNEL_FQ void m05510_sxx (KERN_ATTR_VECTOR ()) KERNEL_FQ void m27000_sxx (KERN_ATTR_VECTOR ())
{ {
/** /**
* modifier * modifier

View File

@ -114,7 +114,7 @@ DECLSPEC void hmac_md5_run (u32x *w0, u32x *w1, u32x *w2, u32x *w3, u32x *ipad,
md5_transform_vector (w0, w1, w2, w3, digest); md5_transform_vector (w0, w1, w2, w3, digest);
} }
KERNEL_FQ void m05610_m04 (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_m04 (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
/** /**
* modifier * modifier
@ -347,15 +347,15 @@ KERNEL_FQ void m05610_m04 (KERN_ATTR_RULES_ESALT (netntlm_t))
} }
} }
KERNEL_FQ void m05610_m08 (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_m08 (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
} }
KERNEL_FQ void m05610_m16 (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_m16 (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
} }
KERNEL_FQ void m05610_s04 (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_s04 (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
/** /**
* modifier * modifier
@ -601,10 +601,10 @@ KERNEL_FQ void m05610_s04 (KERN_ATTR_RULES_ESALT (netntlm_t))
} }
} }
KERNEL_FQ void m05610_s08 (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_s08 (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
} }
KERNEL_FQ void m05610_s16 (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_s16 (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
} }

View File

@ -29,7 +29,7 @@ typedef struct netntlm
} netntlm_t; } netntlm_t;
KERNEL_FQ void m05610_mxx (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_mxx (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
/** /**
* modifier * modifier
@ -115,7 +115,7 @@ KERNEL_FQ void m05610_mxx (KERN_ATTR_RULES_ESALT (netntlm_t))
} }
} }
KERNEL_FQ void m05610_sxx (KERN_ATTR_RULES_ESALT (netntlm_t)) KERNEL_FQ void m27100_sxx (KERN_ATTR_RULES_ESALT (netntlm_t))
{ {
/** /**
* modifier * modifier

View File

@ -27,7 +27,7 @@ typedef struct netntlm
} netntlm_t; } netntlm_t;
KERNEL_FQ void m05610_mxx (KERN_ATTR_VECTOR_ESALT (netntlm_t)) KERNEL_FQ void m27100_mxx (KERN_ATTR_VECTOR_ESALT (netntlm_t))
{ {
/** /**
* modifier * modifier
@ -137,7 +137,7 @@ KERNEL_FQ void m05610_mxx (KERN_ATTR_VECTOR_ESALT (netntlm_t))
} }
} }
KERNEL_FQ void m05610_sxx (KERN_ATTR_VECTOR_ESALT (netntlm_t)) KERNEL_FQ void m27100_sxx (KERN_ATTR_VECTOR_ESALT (netntlm_t))
{ {
/** /**
* modifier * modifier

View File

@ -20,7 +20,7 @@ static const u32 DGST_POS3 = 3;
static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 DGST_SIZE = DGST_SIZE_4_4;
static const u32 HASH_CATEGORY = HASH_CATEGORY_NETWORK_PROTOCOL; static const u32 HASH_CATEGORY = HASH_CATEGORY_NETWORK_PROTOCOL;
static const char *HASH_NAME = "NetNTLMv1 / NetNTLMv1+ESS (NT)"; static const char *HASH_NAME = "NetNTLMv1 / NetNTLMv1+ESS (NT)";
static const u64 KERN_TYPE = 5510; static const u64 KERN_TYPE = 27000;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
| OPTS_TYPE_PT_ADD80 | OPTS_TYPE_PT_ADD80

View File

@ -20,7 +20,7 @@ static const u32 DGST_POS3 = 1;
static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 DGST_SIZE = DGST_SIZE_4_4;
static const u32 HASH_CATEGORY = HASH_CATEGORY_NETWORK_PROTOCOL; static const u32 HASH_CATEGORY = HASH_CATEGORY_NETWORK_PROTOCOL;
static const char *HASH_NAME = "NetNTLMv2 (NT)"; static const char *HASH_NAME = "NetNTLMv2 (NT)";
static const u64 KERN_TYPE = 5610; static const u64 KERN_TYPE = 27100;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
| OPTS_TYPE_PT_ADD80 | OPTS_TYPE_PT_ADD80