mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Add: 'hf mfu otptear' - draft of @fukmar implementation for a tear-off attack against OTP block on Mifare Ultralight based card.
This commit is contained in:
parent
33fe2b890b
commit
5cca8616cb
5 changed files with 134 additions and 14 deletions
|
@ -507,6 +507,9 @@ typedef struct {
|
|||
|
||||
#define CMD_HF_MIFARE_NACK_DETECT 0x0730
|
||||
|
||||
// MFU OTP TearOff
|
||||
#define CMD_HF_MFU_OTP_TEAROFF 0x0740
|
||||
|
||||
#define CMD_HF_SNIFF 0x0800
|
||||
|
||||
// For ThinFilm Kovio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue