From 8bf8f1735ef2c68739a60bef662048f1137fa3cb Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Thu, 18 Apr 2019 11:25:57 +0300 Subject: [PATCH 1/2] smallfix --- client/emv/emv_roca.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/emv/emv_roca.c b/client/emv/emv_roca.c index 13428826a..a3a8cb7fe 100644 --- a/client/emv/emv_roca.c +++ b/client/emv/emv_roca.c @@ -142,6 +142,7 @@ cleanup: int roca_self_test(void) { int ret = 0; + PrintAndLogEx(NORMAL, ""); PrintAndLogEx(INFO, "ROCA check vulnerability tests"); // positive From 0e855f647a3e8104f87eb1e285a40c2fee01b65f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 18 Apr 2019 10:45:24 +0200 Subject: [PATCH 2/2] typo --- client/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index 0850e6606..5372022ab 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -2439,7 +2439,7 @@ static command_t CommandTable[] = { {"readblk", CmdHFiClass_ReadBlock, 0, "[options..] Authenticate and Read iClass block"}, {"reader", CmdHFiClassReader, 0, " Act like an iClass reader"}, {"readtagfile", CmdHFiClassReadTagFile, 1, "[options..] Display Content from tagfile"}, - {"replay", CmdHFiClassReader_Replay, 0, " Read an iClass tag via Reply Attack"}, + {"replay", CmdHFiClassReader_Replay, 0, " Read an iClass tag via Replay Attack"}, {"sim", CmdHFiClassSim, 0, "[options..] Simulate iClass tag"}, {"sniff", CmdHFiClassSniff, 0, " Eavesdrop iClass communication"}, {"writeblk", CmdHFiClass_WriteBlock, 0, "[options..] Authenticate and Write iClass block"},