Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
A valid ISO14443-A trace should be conform the master/slave operations that smartcards are using. The reader(master) asks a question by sending a command, the tag(slave) answers with the response. This means that for every command from the reader you should have captured a response from the tag. The only exception to this is the HALT (50 00 57 CD) command, which requests the tag to deactivate itself, after deactivation no response is returned. The following example trace demonstrates this:
+ 381375: : 26
+ 64: 0: TAG 04 00
+ 3432: : 93 20
+ 64: 0: TAG 84 76 81 dd ae
+ 7345: : 93 70 84 76 81 dd ae 01 9a
+ 64: 0: TAG 08 b6 dd
+ 5368: : 50 00 57 cd
This trace shows the anti-collision process of a MIFARE Classic card.
More information about the anti-collision of a ISO144443-A tag is available here.
Offline