mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
add: detect unfused / write once magic tags, from https://github.com/nfc-tools/libnfc/pull/554
This commit is contained in:
parent
3c1a732278
commit
fea5d88278
2 changed files with 10 additions and 0 deletions
|
@ -1041,6 +1041,9 @@ void detect_classic_magic(void) {
|
|||
case 4:
|
||||
PrintAndLogEx(SUCCESS, "Answers to magic commands (GEN 2 / CUID): " _GREEN_("YES"));
|
||||
break;
|
||||
case 5:
|
||||
PrintAndLogEx(SUCCESS, "Answers to magic commands (Write Once / FUID): " _GREEN_("YES"));
|
||||
break;
|
||||
default:
|
||||
PrintAndLogEx(INFO, "Answers to magic commands: " _YELLOW_("NO"));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue