mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
initial bruteforce module
This commit is contained in:
parent
4e24d463e7
commit
85f1785ccb
5 changed files with 267 additions and 12 deletions
|
@ -20,6 +20,7 @@
|
|||
#define EM4X50_H__
|
||||
|
||||
#include "common.h"
|
||||
#include "bruteforce.h"
|
||||
|
||||
#define EM4X50_NO_WORDS 34
|
||||
|
||||
|
@ -62,6 +63,8 @@ typedef struct {
|
|||
uint32_t password2;
|
||||
uint32_t word;
|
||||
uint32_t addresses;
|
||||
bruteforce_mode_t bruteforce_mode;
|
||||
bruteforce_charset_t bruteforce_charset;
|
||||
} PACKED em4x50_data_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue