]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: The nonce from "hf mf nested" is fixed to this one, why is that one selected...
authoriceman1001 <iceman@iuse.se>
Tue, 19 Jan 2016 15:32:29 +0000 (16:32 +0100)
committericeman1001 <iceman@iuse.se>
Tue, 19 Jan 2016 15:32:29 +0000 (16:32 +0100)
armsrc/iso14443a.c

index bfbc70c7e6d645597a627f5de0ee9ee4eba5e900..d1ef339a9bcae8488ff65813c57e427c5500178d 100644 (file)
@@ -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
Impressum, Datenschutz