check the different keys

This commit is contained in:
iceman1001
2024-02-16 17:52:40 +01:00
parent 76217e8579
commit 10f8a24812
+1 -1
View File
@@ -471,7 +471,7 @@ static int try_default_aes_keys(bool override) {
PrintAndLogEx(SUCCESS, "--- " _CYAN_("Known UL-AES keys"));
for (uint8_t i = 0; i < ARRAYLEN(default_aes_keys); ++i) {
uint8_t *key = default_aes_keys[0];
uint8_t *key = default_aes_keys[i];
for (uint8_t keyno = 0; keyno < 3; keyno++) {