Advertisement
Guest User

4,7,10 byte UID simulation on proxmark3

a guest
Apr 14th, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1. Results: 4, 7 and 10 byte UID simulation of a proxmark3
  2.  
  3. ----------------> first PM3 "HF MF SIM"
  4. pm3 --> hf mf sim u 04112233
  5. uid:04 11 22 33 , numreads:0, flags:2 (0x02)
  6. #db# 4B UID: 04112233
  7. #db# Failed to obtain two AR/NR pairs!
  8. #db# Emulator stopped. Tracing: 1 trace length: 133
  9. pm3 --> hf mf sim u 04112233445566
  10. uid:04 11 22 33 44 55 66 , numreads:0, flags:4 (0x04)
  11. #db# 7B UID: 04 11 22 33 44 55 66
  12. #db# Emulator stopped. Tracing: 1 trace length: 189
  13. pm3 --> hf mf sim u 04112233445566778899
  14. uid:04 11 22 33 44 55 66 77 88 99 , numreads:0, flags:8 (0x08)
  15. #db# 10B UID: 04 11 22 33 44 55 66 77 88 99
  16. #db# Emulator stopped. Tracing: 1 trace length: 245
  17.  
  18. ----------------> second PM3 reading
  19. pm3 --> hf 14a re
  20. UID : 04 11 22 33
  21. ATQA : 00 04
  22. SAK : 08 [2]
  23. TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1
  24. proprietary non iso14443-4 card found, RATS not supported
  25. Answers to magic commands (GEN1): NO
  26. pm3 --> hf li 14a
  27. Recorded Activity (TraceLen = 133 bytes)
  28.  
  29. Start = Start of Start Bit, End = End of last modulation. Src = Source of Transfer
  30. iso14443a - All times are in carrier periods (1/13.56Mhz)
  31. iClass - Timings are not as accurate
  32.  
  33. Start | End | Src | Data (! denotes parity error) | CRC | Annotation |
  34.  
  35. ------------|------------|-----|-----------------------------------------------------------------|-----|--------------------|
  36.  
  37. 0 | 992 | Rdr |52 | | WUPA
  38. 2740 | 5108 | Tag |04 00 | |
  39. 7040 | 9504 | Rdr |93 20 | | ANTICOLL
  40. 11316 | 17204 | Tag |04 11 22 33 04 | |
  41. 19328 | 29792 | Rdr |93 70 04 11 22 33 04 fb 47 | ok | SELECT_UID
  42. 31604 | 35124 | Tag |08 b6 dd | |
  43. 1494400 | 1499168 | Rdr |e0 80 31 73 | ok | RATS
  44. 1500708 | 1501348 | Tag |04 | |
  45. 2755072 | 2756064 | Rdr |40 | | MAGIC WUPC1
  46. 2892928 | 2894240 | Rdr |43 | | MAGIC WUPC2
  47. 3031424 | 3036192 | Rdr |50 00 57 cd | ok | HALT
  48. pm3 --> hf 14a re
  49. UID : 04 11 22 33 44 55 66
  50. ATQA : 00 44
  51. SAK : 08 [2]
  52. TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1
  53. MANUFACTURER : NXP Semiconductors Germany
  54. proprietary non iso14443-4 card found, RATS not supported
  55. Answers to magic commands (GEN1): NO
  56. pm3 --> hf li 14a
  57. Recorded Activity (TraceLen = 189 bytes)
  58.  
  59. Start = Start of Start Bit, End = End of last modulation. Src = Source of Transfer
  60. iso14443a - All times are in carrier periods (1/13.56Mhz)
  61. iClass - Timings are not as accurate
  62.  
  63. Start | End | Src | Data (! denotes parity error) | CRC | Annotation |
  64.  
  65. ------------|------------|-----|-----------------------------------------------------------------|-----|--------------------|
  66.  
  67. 0 | 992 | Rdr |52 | | WUPA
  68. 2740 | 5108 | Tag |44 00 | |
  69. 7040 | 9504 | Rdr |93 20 | | ANTICOLL
  70. 11316 | 17204 | Tag |88 04 11 22 bf | |
  71. 19328 | 29792 | Rdr |93 70 88 04 11 22 bf b3 f9 | ok | SELECT_UID
  72. 31604 | 35188 | Tag |0c 92 9b | |
  73. 36480 | 38944 | Rdr |95 20 | | ANTICOLL-2
  74. 40756 | 46580 | Tag |33 44 55 66 44 | |
  75. 48768 | 59232 | Rdr |95 70 33 44 55 66 44 ec a3 | ok | ANTICOLL-2
  76. 61044 | 64564 | Tag |08 b6 dd | |
  77. 1479552 | 1484320 | Rdr |e0 80 31 73 | ok | RATS
  78. 1485860 | 1486500 | Tag |04 | |
  79. 2766208 | 2767200 | Rdr |40 | | MAGIC WUPC1
  80. 2904064 | 2905376 | Rdr |43 | | MAGIC WUPC2
  81. 3042560 | 3047328 | Rdr |50 00 57 cd | ok | HALT
  82. pm3 --> hf 14a re
  83. UID : 04 11 22 33 44 55 66 77 88 99
  84. ATQA : 00 84
  85. SAK : 08 [2]
  86. TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1
  87. MANUFACTURER : NXP Semiconductors Germany
  88. proprietary non iso14443-4 card found, RATS not supported
  89. Answers to magic commands (GEN1): NO
  90. pm3 --> hf li 14a
  91. Recorded Activity (TraceLen = 245 bytes)
  92.  
  93. Start = Start of Start Bit, End = End of last modulation. Src = Source of Transfer
  94. iso14443a - All times are in carrier periods (1/13.56Mhz)
  95. iClass - Timings are not as accurate
  96.  
  97. Start | End | Src | Data (! denotes parity error) | CRC | Annotation |
  98.  
  99. ------------|------------|-----|-----------------------------------------------------------------|-----|--------------------|
  100.  
  101. 0 | 992 | Rdr |52 | | WUPA
  102. 2740 | 5108 | Tag |84 00 | |
  103. 7040 | 9504 | Rdr |93 20 | | ANTICOLL
  104. 11316 | 17204 | Tag |88 04 11 22 bf | |
  105. 19328 | 29792 | Rdr |93 70 88 04 11 22 bf b3 f9 | ok | SELECT_UID
  106. 31460 | 35044 | Tag |0c 92 9b | |
  107. 36352 | 38816 | Rdr |95 20 | | ANTICOLL-2
  108. 40612 | 46436 | Tag |88 33 44 55 aa | |
  109. 48640 | 59104 | Rdr |95 70 88 33 44 55 aa 13 fa | ok | ANTICOLL-2
  110. 60772 | 64356 | Tag |0c 92 9b | |
  111. 65664 | 68128 | Rdr |97 20 | | ?
  112. 69924 | 75748 | Tag |66 77 88 99 00 | |
  113. 77952 | 88480 | Rdr |97 70 66 77 88 99 00 ce 25 | ok | ?
  114. 90148 | 93668 | Tag |08 b6 dd | |
  115. 1480832 | 1485600 | Rdr |e0 80 31 73 | ok | RATS
  116. 1487140 | 1487780 | Tag |04 | |
  117. 2741632 | 2742624 | Rdr |40 | | MAGIC WUPC1
  118. 2879488 | 2880800 | Rdr |43 | | MAGIC WUPC2
  119. 3017984 | 3022752 | Rdr |50 00 57 cd | ok | HALT
  120. pm3 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement