Skip to content

Commit

Permalink
add magic card detect
Browse files Browse the repository at this point in the history
  • Loading branch information
merlokk committed Dec 10, 2023
1 parent b11b797 commit ea46741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/cmdhfmf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ea46741

Please sign in to comment.