add bruteforce parameters to command line

This commit is contained in:
phaseloop 2023-05-05 12:57:47 +00:00 committed by PhaseLoop
commit f09a8cfa28
3 changed files with 69 additions and 31 deletions

View file

@ -34,6 +34,7 @@ typedef uint8_t bruteforce_mode_t;
typedef uint8_t bruteforce_charset_t;
// bit flags - can be used together using logical OR
#define CHARSET_DIGITS 1
#define CHARSET_UPPERCASE 2