From: iceman1001 Date: Mon, 4 May 2015 22:25:10 +0000 (+0200) Subject: CHG: enhanced the "hf mfu info" a lot. It can detect UL/UL-C/UL-EV1/NTAG213/NTAG215... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2c74558d7191b1d30c8a3974741e8faf64751a20?hp=2c74558d7191b1d30c8a3974741e8faf64751a20 CHG: enhanced the "hf mfu info" a lot. It can detect UL/UL-C/UL-EV1/NTAG213/NTAG215/NTAG216 and at present it can detect if a UL-C tag is magic (uid changeable) FOR UL it writes the first configuration pages 0-3. For UL_C it tests some default 3des keys, and lock / confg bytes at pages 42-43,44-47 For UL_EV1 / NTAG it collects the GETVERSION command and tries to read 3 counters., it also tries one default password of 0xFF,0xFF,0xFF,0xFF for the EV1 /NTAG authentication 0x1B. FOR UL_C_MAGIC, it tries to see if the gatherd nonces for authentication 0x1A is the same, which indicates on my tags that they are magic. There is the @marshmellow changes to "hf mfu dump" command. This commit needs testing, and is to be considered experimental. ---