mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
text
This commit is contained in:
parent
10f8a24812
commit
3da60d31d4
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ static int try_default_aes_keys(bool override) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
PrintAndLogEx(SUCCESS, "Found %s keyno %02X - %s ( "_GREEN_("ok") " )"
|
||||
PrintAndLogEx(SUCCESS, "%02X - " _YELLOW_("%s") " - %s ( "_GREEN_("ok") " )"
|
||||
, keystr
|
||||
, keyno
|
||||
, sprint_hex_inrow(key, 16)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue