diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 8c8208235..981b2646f 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -8067,6 +8067,9 @@ static int CmdHF14AGen4Info(const char *cmd) { } parse_gtu_cfg(resp, resplen); + if (! IfPm3Iso14443a()) { + return PM3_SUCCESS; + } uint8_t uid_len = resp[1];