diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index 4e4c19a57..62c2312b4 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -2133,6 +2133,9 @@ static int CmdHF14ADesBruteApps(const char *Cmd) { startAid[1] = 0x00; startAid[2] = 0x0F; } + + reverse_array(startAid, 3); + reverse_array(endAid, 3); uint32_t idStart = DesfireAIDByteToUint(startAid); uint32_t idEnd = DesfireAIDByteToUint(endAid); if (idStart > idEnd) {