mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 18:12:34 +08:00
add magic card detect
This commit is contained in:
parent
b11b797abe
commit
ea467414f4
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue