From ea467414f4248a19a887d27ebd00717a9654b340 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:58:48 +0200 Subject: [PATCH] add magic card detect --- client/src/cmdhfmf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 6284c7766..f70340aa0 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -8879,6 +8879,8 @@ static int CmdHF14AMfInfo(const char *Cmd) { detect_classic_nackbug(verbose); } + detect_mf_magic(true); + uint8_t signature[32] = {0}; res = read_mfc_ev1_signature(signature); if (res == PM3_SUCCESS) {