mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 02:41:35 +00:00
Fix missing OPTS_TYPE_PT_ALWAYS_HEXIFY in -m 29700 which is later required for test.sh compatiblity
This commit is contained in:
parent
05ee1076d4
commit
289f6b7cbd
@ -23,6 +23,7 @@ static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE
|
||||
| OPTS_TYPE_PT_GENERATE_LE
|
||||
| OPTS_TYPE_PT_HEX
|
||||
| OPTS_TYPE_PT_ALWAYS_HEXIFY
|
||||
| OPTS_TYPE_MAXIMUM_THREADS;
|
||||
static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED;
|
||||
static const char *ST_PASS = "127e6fbfe24a750e72930c220a8e138275656b8e5d8f48a98c3c92df2caba935";
|
||||
|
Loading…
Reference in New Issue
Block a user