mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
97e16ba764
commit
96bc2e7a1d
1 changed files with 4 additions and 4 deletions
|
@ -537,7 +537,7 @@ for example to write, you must use a customer authentication byte, 0x80, to aut
|
||||||
Then send the data to be written.
|
Then send the data to be written.
|
||||||
|
|
||||||
This tag has simular commands to the [UFUID](#mifare-classic-directwrite-ufuid-version)
|
This tag has simular commands to the [UFUID](#mifare-classic-directwrite-ufuid-version)
|
||||||
It seems to be developed by the same person.
|
This indicates that both tagtypes are developed by the same person.
|
||||||
|
|
||||||
**OBS**
|
**OBS**
|
||||||
|
|
||||||
|
@ -560,8 +560,8 @@ hf 14a info
|
||||||
|
|
||||||
* Auth: `80xx`+crc
|
* Auth: `80xx`+crc
|
||||||
* Write: `A8xx`+crc, `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`+crc
|
* Write: `A8xx`+crc, `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`+crc
|
||||||
* Read config: `E000`+crc (unidentified)
|
* Read config: `E000`+crc
|
||||||
* Write config: `E100`+crc
|
* Write config: `E100`+crc, `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`+crc
|
||||||
|
|
||||||
### Characteristics
|
### Characteristics
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
@ -612,7 +612,7 @@ No implemented commands today
|
||||||
|
|
||||||
**TODO**
|
**TODO**
|
||||||
|
|
||||||
* ZXUID, EUID, ICUID ?
|
* ZXUID, EUID, ICUID, KUID, HUID, RFUID ?
|
||||||
* Some cards exhibit a specific SAK=28 ??
|
* Some cards exhibit a specific SAK=28 ??
|
||||||
|
|
||||||
## MIFARE Classic Super
|
## MIFARE Classic Super
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue