mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
doc new mfc gen2
This commit is contained in:
parent
c15101e45b
commit
674dc38f5e
1 changed files with 13 additions and 7 deletions
|
@ -92,7 +92,7 @@ hf 14a info
|
|||
* some cards use a fix "08" in anticollision, no matter the block0
|
||||
* some cards use a fix "08" in anticollision, unless SAK in block0 has most significant bit "80" set, in which case SAK="88"
|
||||
* BCC:
|
||||
* all cards play blindly the block0 BCC bytes, beware!
|
||||
* all cards play blindly the block0 BCC byte, beware!
|
||||
* ATS:
|
||||
* no card with ATS
|
||||
|
||||
|
@ -229,7 +229,7 @@ Android compatible
|
|||
* some cards play blindly the block0 SAK byte, beware!
|
||||
* some cards use a fix "08" or "18" in anticollision, no matter the block0. Including all 7b.
|
||||
* BCC:
|
||||
* some cards play blindly the block0 BCC bytes, beware!
|
||||
* some cards play blindly the block0 BCC byte, beware!
|
||||
* some cards compute a proper BCC in anticollision. Including all 7b.
|
||||
* ATS:
|
||||
* some cards don't reply to RATS
|
||||
|
@ -240,13 +240,10 @@ Android compatible
|
|||
* UID 4b
|
||||
* ATQA: play blindly the block0 ATQA bytes, beware!
|
||||
* SAK: play blindly the block0 SAK byte, beware!
|
||||
* BCC: play blindly the block0 BCC bytes, beware!
|
||||
* BCC: play blindly the block0 BCC byte, beware!
|
||||
* ATS: no
|
||||
* PRNG: weak
|
||||
|
||||
F1 ATQAwarn SAKxx
|
||||
BCCwarn Pweak
|
||||
|
||||
#### MIFARE Classic DirectWrite flavour 2
|
||||
|
||||
* UID 4b
|
||||
|
@ -261,7 +258,7 @@ BCCwarn Pweak
|
|||
* UID 4b
|
||||
* ATQA: play blindly the block0 ATQA bytes, beware!
|
||||
* SAK: fixed
|
||||
* BCC: play blindly the block0 BCC bytes, beware!
|
||||
* BCC: play blindly the block0 BCC byte, beware!
|
||||
* ATS: no
|
||||
* PRNG: weak
|
||||
|
||||
|
@ -274,6 +271,15 @@ BCCwarn Pweak
|
|||
* ATS: 0978009102DABC1910F005
|
||||
* PRNG: static 00000000
|
||||
|
||||
#### MIFARE Classic DirectWrite flavour 5
|
||||
|
||||
* UID 4b
|
||||
* ATQA: fixed
|
||||
* SAK: play blindly the block0 SAK byte, beware!
|
||||
* BCC: computed
|
||||
* ATS: no
|
||||
* PRNG: weak
|
||||
|
||||
### Proxmark3 commands
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue