mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix password parameter in the command
This commit is contained in:
@@ -7453,7 +7453,7 @@ static int CmdHF14AGen4Info(const char *cmd) {
|
||||
|
||||
int pwd_len = 0;
|
||||
uint8_t pwd[4] = {0};
|
||||
CLIGetHexWithReturn(ctx, 3, pwd, &pwd_len);
|
||||
CLIGetHexWithReturn(ctx, 2, pwd, &pwd_len);
|
||||
CLIParserFree(ctx);
|
||||
|
||||
if (pwd_len != 0 && pwd_len != 4) {
|
||||
|
||||
Reference in New Issue
Block a user