mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07: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_classic_nackbug(verbose);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
detect_mf_magic(true);
|
||||||
|
|
||||||
uint8_t signature[32] = {0};
|
uint8_t signature[32] = {0};
|
||||||
res = read_mfc_ev1_signature(signature);
|
res = read_mfc_ev1_signature(signature);
|
||||||
if (res == PM3_SUCCESS) {
|
if (res == PM3_SUCCESS) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue