Skip to content

Commit

Permalink
magic cards: document anticol shortcut support
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Sep 28, 2020
1 parent 4e10c9e commit 2c89a36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/magic_cards_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -672,6 +677,7 @@ hf 14a info

* BCC: computed
* ATS: 0A78008102DBA0C119402AB5
* Anticol shortcut (CL1/3000): fails

# NTAG

Expand Down Expand Up @@ -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

Expand All @@ -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

```
Expand Down

0 comments on commit 2c89a36

Please sign in to comment.