mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
CHG: The nonce from "hf mf nested" is fixed to this one, why is that one selected? Why not just all zeros or ones?
This commit is contained in:
parent
9974991e4b
commit
02a405967e
1 changed files with 2 additions and 1 deletions
|
@ -2561,7 +2561,8 @@ void Mifare1ksim(uint8_t flags, uint8_t exitAfterNReads, uint8_t arg2, uint8_t *
|
|||
//uint8_t rSAK[] = {0x09, 0x3f, 0xcc }; // Mifare Mini
|
||||
uint8_t rSAK1[] = {0x04, 0xda, 0x17};
|
||||
|
||||
uint8_t rAUTH_NT[] = {0x01, 0x01, 0x01, 0x01};
|
||||
//uint8_t rAUTH_NT[] = {0x01, 0x01, 0x01, 0x01};
|
||||
uint8_t rAUTH_NT[] = {0x55, 0x41, 0x49, 0x92};
|
||||
uint8_t rAUTH_AT[] = {0x00, 0x00, 0x00, 0x00};
|
||||
|
||||
//Here, we collect UID1,UID2,NT,AR,NR,0,0,NT2,AR2,NR2
|
||||
|
|
Loading…
Reference in a new issue