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.
Since Piwi did such a great job with the the "hf 14a reader" command I also wanted to add someting to it.
I took the chinese backdoor commands and use it to see if the presented card responses to them.
It works and I hope that this helps all people determine if they have an "generation 1" magic card or not.
pm3 --> hf 14a re
ATQA : 00 04
UID : 82 xx xx xx
SAK : 08 [2]
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1
proprietary non iso14443-4 card found, RATS not supported
Answers to chinese magic backdoor commands: NO
pm3 --> hf 14a re
ATQA : 00 04
UID : 11 22 33 44
SAK : 08 [2]
TYPE : NXP MIFARE CLASSIC 1k | Plus 2k SL1
proprietary non iso14443-4 card found, RATS not supported
Answers to chinese magic backdoor commands: YES
Offline
Nice, how can I test it?
I didn't find an issue or pull req on github.
Thanks
HX
Offline
There is issue nr35 https://github.com/Proxmark/proxmark3/issues/35
However you need to use the master, not tag v1.1.0 code.
Offline
There is issue nr35 https://github.com/Proxmark/proxmark3/issues/35
The master branch and your issue 35 does not contain this string: "Answers to chinese magic backdoor commands", maybe we need to add something more to get your quick backdoor test added.
However you need to use the master, not tag v1.1.0 code.
I don't understand, by using the master branch freshly cloned now, version showed by hw ver is 1.1.0
I build in Linux. Did I miss something?
#db# bootrom: master/v1.1.0-60-g4be9e75-dirty-suspect 2014-12-29 15:41:03
#db# os: master/v1.1.0-60-g4be9e75-dirty-suspect 2014-12-29 15:41:04
#db# HF FPGA image built on 2014/ 6/19 at 21:26: 2
Last edited by hx4u (2014-12-29 16:51:10)
Offline
The master branch doesn't have my patch. That is only in my fork.
But if you comment out thoose lines in the master, then the "hf mf csetuid" should work again.
I emailed you and explained it a bit before.
Offline