mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
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:
parent
c043981c04
commit
32719adfa1
2 changed files with 80 additions and 9 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue