From 2c89a36a642969707ad92da36e232a4e2d5c127c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 29 Sep 2020 00:27:35 +0200 Subject: [PATCH] magic cards: document anticol shortcut support --- doc/magic_cards_notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/magic_cards_notes.md b/doc/magic_cards_notes.md index ffa10f04c..9f95bef5e 100644 --- a/doc/magic_cards_notes.md +++ b/doc/magic_cards_notes.md @@ -495,6 +495,9 @@ Computing BCC1 on UID 04112233445566: `analyse lcr 33445566` = `44` Int is internal, typically 0x48 +Anticol shortcut (CL1/3000) is supported for UL, ULC, NTAG except NTAG I2C + + ## MIFARE Ultralight Gen1A ### Identify @@ -561,11 +564,13 @@ Issue three regular MFU write commands in a row to write first three blocks. * BCC: computed * ATS: 0A78008102DBA0C119402AB5 +* Anticol shortcut (CL1/3000): fails #### MIFARE Ultralight DirectWrite flavour 2 * BCC: play blindly the block0 BCC0 and block2 BCC1 bytes, beware! * ATS: 850000A00A000AB00000000000000000184D +* Anticol shortcut (CL1/3000): succeeds ### Proxmark3 commands @@ -672,6 +677,7 @@ hf 14a info * BCC: computed * ATS: 0A78008102DBA0C119402AB5 +* Anticol shortcut (CL1/3000): fails # NTAG @@ -703,6 +709,7 @@ hf 14a info * BCC: play blindly the block0 BCC0 and block2 BCC1 bytes, beware! * ATS: 0A78008102DBA0C119402AB5 +* Anticol shortcut (CL1/3000): succeeds ## NTAG21x @@ -720,6 +727,8 @@ Emulates fully NTAG213, 213F, 215, 216, 216F Emulates partially UL EV1 48k/128k, NTAG210, NTAG212, NTAGI2C 1K/2K, NTAGI2C 1K/2K PLUS +Anticol shortcut (CL1/3000): fails + ### Proxmark3 commands ```