mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hf 14a info: tells when no ATS but SAK pretends 14a-4
This commit is contained in:
parent
9c856fd9f4
commit
8691d3b77f
1 changed files with 3 additions and 0 deletions
|
@ -1968,6 +1968,9 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
PrintAndLogEx(INFO, "proprietary non iso14443-4 card found, RATS not supported");
|
PrintAndLogEx(INFO, "proprietary non iso14443-4 card found, RATS not supported");
|
||||||
|
if ((card.sak & 0x20) == 0x20) {
|
||||||
|
PrintAndLogEx(INFO, "SAK incorrectly claims that card supports RATS");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int isMagic = 0;
|
int isMagic = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue