mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-03 12:21:07 +00:00
Fix -m 1500 in combination with new weak-hash-check
This commit is contained in:
parent
6708fef0c2
commit
cfff6220fc
@ -13322,7 +13322,8 @@ int main (int argc, char **argv)
|
|||||||
| OPTS_TYPE_ST_ADD02
|
| OPTS_TYPE_ST_ADD02
|
||||||
| OPTS_TYPE_ST_ADD80
|
| OPTS_TYPE_ST_ADD80
|
||||||
| OPTS_TYPE_ST_ADDBITS14
|
| OPTS_TYPE_ST_ADDBITS14
|
||||||
| OPTS_TYPE_ST_ADDBITS15;
|
| OPTS_TYPE_ST_ADDBITS15
|
||||||
|
| OPTS_TYPE_PT_BITSLICE;
|
||||||
|
|
||||||
if ((weak_hash_threshold) && (attack_exec == ATTACK_EXEC_INSIDE_KERNEL) && (opts_type & add_flag))
|
if ((weak_hash_threshold) && (attack_exec == ATTACK_EXEC_INSIDE_KERNEL) && (opts_type & add_flag))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user