mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08:00
small fix
This commit is contained in:
parent
18225c7c7f
commit
404f23ddbd
1 changed files with 1 additions and 1 deletions
|
@ -1674,7 +1674,7 @@ int CmdEMVRoca(const char *cmd) {
|
|||
// icc_pk->modulus, icc_pk->mlen
|
||||
if (icc_pk->elen > 0 && icc_pk->mlen > 0) {
|
||||
if (emv_rocacheck(icc_pk->modulus, icc_pk->mlen)) {
|
||||
PrintAndLogEx(INFO, "ICC pk is vulnerable by roca.");
|
||||
PrintAndLogEx(INFO, "ICC pk is a subject to ROCA vulnerability, insecure..");
|
||||
} else {
|
||||
PrintAndLogEx(INFO, "ICC pk is OK(");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue