Skip to content

Commit

Permalink
Options: Allow --rules and/or --dupe-suppression in batch mode
Browse files Browse the repository at this point in the history
Fixes #5524
  • Loading branch information
solardiz committed Sep 23, 2024
1 parent d451264 commit cd8d511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
(FLG_EXTERNAL_CHK | FLG_ACTION | FLG_CRACKING_SUP | FLG_PWD_SUP)
/* Batch cracker */
#define FLG_BATCH_CHK 0x0000000000004000ULL
#define FLG_BATCH_SET (FLG_BATCH_CHK | FLG_CRACKING_SET)
#define FLG_BATCH_SET (FLG_BATCH_CHK | FLG_CRACKING_SET | FLG_RULES_ALLOW)
/* Stdout mode */
#define FLG_STDOUT 0x0000000000008000ULL
/* Restoring an interrupted session */
Expand Down

0 comments on commit cd8d511

Please sign in to comment.