Compare commits
1 Commits
d46f80e7ea
...
patch-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebe0a16ad8 |
@@ -3615,23 +3615,12 @@ static int CmdHF14ADesInfo(const char *Cmd) {
|
|||||||
if (res == PM3_SUCCESS) {
|
if (res == PM3_SUCCESS) {
|
||||||
static const char STANDALONE_DESFIRE[] = { 0x75, 0x77, 0x81, 0x02};
|
static const char STANDALONE_DESFIRE[] = { 0x75, 0x77, 0x81, 0x02};
|
||||||
static const char JCOP_DESFIRE[] = { 0x75, 0xf7, 0xb1, 0x02 };
|
static const char JCOP_DESFIRE[] = { 0x75, 0xf7, 0xb1, 0x02 };
|
||||||
static const char JCOP3_DESFIRE[] = { 0x78, 0x77, 0x71, 0x02 };
|
|
||||||
|
|
||||||
if (card.sak == 0x20) {
|
if (str_startswith((const char *)card.ats + 1, STANDALONE_DESFIRE)) {
|
||||||
|
PrintAndLogEx(INFO, "Standalone DESFire");
|
||||||
if (card.ats_len >= 5) {
|
}
|
||||||
if (str_startswith((const char *)card.ats + 1, STANDALONE_DESFIRE)) {
|
if (str_startswith((const char *)card.ats + 1, JCOP_DESFIRE)) {
|
||||||
PrintAndLogEx(INFO, "Standalone DESFire");
|
PrintAndLogEx(INFO, "JCOP DESFire");
|
||||||
}
|
|
||||||
if (str_startswith((const char *)card.ats + 1, JCOP_DESFIRE)) {
|
|
||||||
PrintAndLogEx(INFO, "JCOP DESFire");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (card.ats_len == 4) {
|
|
||||||
if (str_startswith((const char *)card.ats + 1, JCOP3_DESFIRE)) {
|
|
||||||
PrintAndLogEx(INFO, "JCOP3 DESFire");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,6 +34,10 @@
|
|||||||
|
|
||||||
- Android phone
|
- Android phone
|
||||||
- [Termux](https://play.google.com/store/apps/details?id=com.termux)
|
- [Termux](https://play.google.com/store/apps/details?id=com.termux)
|
||||||
|
- Proxmark3 RDV4
|
||||||
|
- Blueshark Standalone Module (Bluetooth ONLY)
|
||||||
|
- Proxmark with BTADDON compiled Firmware (Bluetooth ONLY) (https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#platform_extras)
|
||||||
|
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
^[Top](#top)
|
^[Top](#top)
|
||||||
|
|||||||
Reference in New Issue
Block a user