mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 06:35:38 -07:00
check the different keys
This commit is contained in:
parent
76217e8579
commit
10f8a24812
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ static int try_default_aes_keys(bool override) {
|
||||||
PrintAndLogEx(SUCCESS, "--- " _CYAN_("Known UL-AES keys"));
|
PrintAndLogEx(SUCCESS, "--- " _CYAN_("Known UL-AES keys"));
|
||||||
|
|
||||||
for (uint8_t i = 0; i < ARRAYLEN(default_aes_keys); ++i) {
|
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++) {
|
for (uint8_t keyno = 0; keyno < 3; keyno++) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue