]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
ADD: added the nonce_struct needed for @marshmellow42 's enhanced "sim x" attack.
authoriceman1001 <iceman@iuse.se>
Thu, 7 Jul 2016 00:14:03 +0000 (02:14 +0200)
committericeman1001 <iceman@iuse.se>
Thu, 7 Jul 2016 00:14:03 +0000 (02:14 +0200)
include/mifare.h

index f6626328217d75f3ee20a2f7a6bd24d61881be80..bd78dda6b671cff4e9d4b171e03d691c4206cd7c 100644 (file)
@@ -61,5 +61,19 @@ typedef enum ISO14B_COMMAND {
        ISO14B_SELECT_SR =                      (1 << 7)
 } iso14b_command_t;
 
+//-----------------------------------------------------------------------------
+// "hf 14a sim x", "hf mf sim x" attacks
+//-----------------------------------------------------------------------------
+typedef struct {
+  uint32_t cuid;
+  uint8_t  sector;
+  uint8_t  keytype;
+  uint32_t nonce;
+  uint32_t ar;
+  uint32_t nr;
+  uint32_t nonce2;
+  uint32_t ar2;
+  uint32_t nr2;
+} nonces_t;
 
 #endif // _MIFARE_H_
Impressum, Datenschutz