mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
check all keys...
This commit is contained in:
parent
b356a2e18c
commit
441bf920fc
3 changed files with 17 additions and 14 deletions
|
@ -1248,7 +1248,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
break;
|
||||
}
|
||||
case CMD_HF_MIFARE_CHKKEYS: {
|
||||
MifareChkKeys(packet->data.asBytes);
|
||||
MifareChkKeys(packet->data.asBytes, false);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_MIFARE_CHKKEYS_FAST: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue