mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Removed debugging stuff.
This commit is contained in:
parent
e259b26d60
commit
7237a9638b
1 changed files with 0 additions and 4 deletions
|
@ -1806,10 +1806,6 @@ useDefaultKeys:
|
||||||
key_cnt = ARRAYLEN(g_mifare_default_keys);
|
key_cnt = ARRAYLEN(g_mifare_default_keys);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int k = 0; k < key_cnt; k++) {
|
|
||||||
PrintAndLogEx(SUCCESS, "ID: %d KEY: %s", k, sprint_hex((keyBlock + (6 * k)), sizeof(key)));
|
|
||||||
}
|
|
||||||
|
|
||||||
// Use the dictionary to find sector keys on the card
|
// Use the dictionary to find sector keys on the card
|
||||||
PrintAndLogEx(INFO, "Enter dictionary run...");
|
PrintAndLogEx(INFO, "Enter dictionary run...");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue