ADD: added support for some NTAG/EV1 commands to "hf 14a sim" on device side.

0x1B (authenticate)
          0x3a (fast read)
          0x60 (get_version)

       This is used in a new mode on client,  "hf 14a sim t 7"
This commit is contained in:
iceman1001 2015-06-14 22:40:18 +02:00
commit 32719adfa1
2 changed files with 80 additions and 9 deletions

View file

@ -464,6 +464,7 @@ static int usage_hf_14a_sim(void)
PrintAndLog(" 4 = ISO/IEC 14443-4");
PrintAndLog(" 5 = MIFARE Tnp3xxx");
PrintAndLog(" 6 = MIFARE Mini");
PrintAndLog(" 7 = AMIIBO (NTAG 215), pack 0x8080");
PrintAndLog(" u : 4 or 7 byte UID");
PrintAndLog(" x : (Optional) performs the 'reader attack', nr/ar attack against a legitimate reader");
PrintAndLog("\n sample : hf 14a sim t 1 u 1122344");