mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Gen3 detection: be prudent, false positives are possible
This commit is contained in:
parent
7cebb832b6
commit
9c856fd9f4
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ int detect_mf_magic(bool is_mfc) {
|
|||
PrintAndLogEx(SUCCESS, "Magic capabilities : " _GREEN_("Gen 2 / CUID"));
|
||||
break;
|
||||
case MAGIC_GEN_3:
|
||||
PrintAndLogEx(SUCCESS, "Magic capabilities : " _GREEN_("Gen 3 / APDU"));
|
||||
PrintAndLogEx(SUCCESS, "Magic capabilities : maybe " _GREEN_("Gen 3 / APDU"));
|
||||
break;
|
||||
case MAGIC_GEN_UNFUSED:
|
||||
PrintAndLogEx(SUCCESS, "Magic capabilities : " _GREEN_("Write Once / FUID"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue