mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
textual
This commit is contained in:
parent
577e4e3b30
commit
bd6d0869d8
1 changed files with 2 additions and 1 deletions
|
@ -360,7 +360,8 @@ static int CmdHFFidoRegister(const char *cmd) {
|
|||
PrintAndLogEx(WARNING, "Invalid signature. res = %d. ( " _RED_("fail") " )" , res);
|
||||
}
|
||||
|
||||
PrintAndLogEx(INFO, "\nauth command: ");
|
||||
PrintAndLogEx(INFO, "");
|
||||
PrintAndLogEx(INFO, "auth command: ");
|
||||
char command[500] = {0};
|
||||
sprintf(command, "hf fido auth -kh %s", sprint_hex_inrow(&buf[67], keyHandleLen));
|
||||
if (chlen)
|
||||
|
|
Loading…
Reference in a new issue