mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
mfu info / dump attempt at missing auths
NOT TESTED. will test soon. probably has bugs!
This commit is contained in:
parent
ae8303c13c
commit
cceabb79e6
6 changed files with 129 additions and 91 deletions
|
@ -14,7 +14,7 @@ int CmdHF14AMfUCRdCard(const char *Cmd);
|
|||
int CmdHF14AMfucAuth(const char *Cmd);
|
||||
|
||||
uint8_t requestAuthentication( uint8_t *nonce);
|
||||
int try3DesAuthentication( uint8_t *key);
|
||||
int try3DesAuthentication( uint8_t *key, bool switch_off_field);
|
||||
|
||||
//general stuff
|
||||
int CmdHF14AMfUDump(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue