mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add bruteforce parameters to command line
This commit is contained in:
parent
85f1785ccb
commit
f09a8cfa28
3 changed files with 69 additions and 31 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue