mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Implemented a hf iclass sim variation
hf iclass sim -t 3 variation that glitches specific block responses during read/write operations based on the value of the last byte of block 31.
This commit is contained in:
parent
53e1e32409
commit
94794f7519
4 changed files with 35 additions and 22 deletions
|
@ -48,7 +48,7 @@
|
|||
#define ICLASS_SIM_MODE_FULL 3
|
||||
#define ICLASS_SIM_MODE_READER_ATTACK_KEYROLL 4
|
||||
#define ICLASS_SIM_MODE_EXIT_AFTER_MAC 5 // note: device internal only
|
||||
#define ICLASS_SIM_MODE_CONFIG_CARD 6
|
||||
#define ICLASS_SIM_MODE_FULL_GLITCH 6
|
||||
|
||||
|
||||
// iCLASS auth request data structure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue