Merge branch 'cliparser/mfc' of https://github.com/tcprst/proxmark3 into cliparser/mfc

This commit is contained in:
tcprst 2021-02-13 14:47:11 -05:00
commit defc8b52fd
No known key found for this signature in database
GPG key ID: 9145EAF5121AED25

View file

@ -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");