Merge pull request #1982 from phaseloop/em4x50-bruteforce

Bruteforce engine to crack non-random 32 bit keys
This commit is contained in:
Iceman 2023-05-27 10:06:09 +02:00 committed by GitHub
commit 1571f95a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 317 additions and 35 deletions

View file

@ -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 {