mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Merge branch 'cliparser/mfc' of https://github.com/tcprst/proxmark3 into cliparser/mfc
This commit is contained in:
commit
defc8b52fd
1 changed files with 1 additions and 1 deletions
|
@ -1581,7 +1581,7 @@ static int CmdHF14AMfNestedStatic(const char *Cmd) {
|
|||
if (SectorsCnt == 0) {
|
||||
PrintAndLogEx(WARNING, "Invalid MIFARE Type");
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
}
|
||||
|
||||
if (keylen != 6) {
|
||||
PrintAndLogEx(WARNING, "Input key must include 12 HEX symbols");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue