mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix password parameter in the command
This commit is contained in:
parent
c215752b6e
commit
f617cac993
1 changed files with 1 additions and 1 deletions
|
@ -7453,7 +7453,7 @@ static int CmdHF14AGen4Info(const char *cmd) {
|
||||||
|
|
||||||
int pwd_len = 0;
|
int pwd_len = 0;
|
||||||
uint8_t pwd[4] = {0};
|
uint8_t pwd[4] = {0};
|
||||||
CLIGetHexWithReturn(ctx, 3, pwd, &pwd_len);
|
CLIGetHexWithReturn(ctx, 2, pwd, &pwd_len);
|
||||||
CLIParserFree(ctx);
|
CLIParserFree(ctx);
|
||||||
|
|
||||||
if (pwd_len != 0 && pwd_len != 4) {
|
if (pwd_len != 0 && pwd_len != 4) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue