mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
hf 14a info - adapt infineon and gen3 detection
This commit is contained in:
parent
a03888fd63
commit
71fd4193ad
1 changed files with 4 additions and 0 deletions
|
@ -1679,9 +1679,13 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
||||||
} else if ((card.uid[1] & 0xF0) == 0x70) {
|
} else if ((card.uid[1] & 0xF0) == 0x70) {
|
||||||
printTag("my-d(tm) move lean SLE 66R01L");
|
printTag("my-d(tm) move lean SLE 66R01L");
|
||||||
}
|
}
|
||||||
|
isMifareUltralight = true;
|
||||||
|
isMifareClassic = false;
|
||||||
|
|
||||||
if (card.sak == 0x88) {
|
if (card.sak == 0x88) {
|
||||||
printTag("Infineon MIFARE CLASSIC 1K");
|
printTag("Infineon MIFARE CLASSIC 1K");
|
||||||
|
isMifareUltralight = false;
|
||||||
|
isMifareClassic = true;
|
||||||
}
|
}
|
||||||
getTagLabel(card.uid[0], card.uid[1]);
|
getTagLabel(card.uid[0], card.uid[1]);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue