diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index 6bc8de269..c3e6cb714 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -1108,7 +1108,7 @@ static int CmdHF15Reader(const char *Cmd) { CLIParserFree(ctx); if (cm) { - PrintAndLogEx(INFO, "press " _GREEN_("") " to exit"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to exit"); } readHF15Uid(cm, true); return PM3_SUCCESS; @@ -1470,7 +1470,7 @@ static int CmdHF15Sim(const char *Cmd) { PrintAndLogEx(SUCCESS, "Start simulating UID... " _YELLOW_("%s"), iso15693_sprintUID(NULL, resp.data.asBytes)); } - PrintAndLogEx(INFO, "Press " _YELLOW_("`pm3-button`") " to abort simulation"); + PrintAndLogEx(INFO, "Press " _GREEN_("pm3 button") " to abort simulation"); clearCommandBuffer(); SendCommandNG(CMD_HF_ISO15693_SIMULATE, (uint8_t *)&payload, sizeof(payload)); diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index cf4b4f314..ff1c48d45 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -834,7 +834,7 @@ static int CmdHFiClassSim(const char *Cmd) { case ICLASS_SIM_MODE_READER_ATTACK: { PrintAndLogEx(INFO, "Starting iCLASS sim 2 attack (elite mode)"); - PrintAndLogEx(INFO, "press " _YELLOW_("`enter`") " to cancel"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to abort"); PacketResponseNG resp; clearCommandBuffer(); SendCommandMIX(CMD_HF_ICLASS_SIMULATE, sim_type, NUM_CSNS, 1, csns, NUM_CSNS * PICOPASS_BLOCK_SIZE); @@ -885,7 +885,7 @@ static int CmdHFiClassSim(const char *Cmd) { case ICLASS_SIM_MODE_READER_ATTACK_KEYROLL: { // reader in key roll mode, when it has two keys it alternates when trying to verify. PrintAndLogEx(INFO, "Starting iCLASS sim 4 attack (elite mode, reader in key roll mode)"); - PrintAndLogEx(INFO, "press Enter to cancel"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to abort"); PacketResponseNG resp; clearCommandBuffer(); SendCommandMIX(CMD_HF_ICLASS_SIMULATE, sim_type, NUM_CSNS, 1, csns, NUM_CSNS * PICOPASS_BLOCK_SIZE); @@ -952,7 +952,7 @@ static int CmdHFiClassSim(const char *Cmd) { case ICLASS_SIM_MODE_FULL: default: { PrintAndLogEx(INFO, "Starting iCLASS simulation"); - PrintAndLogEx(INFO, "press " _YELLOW_("`button`") " to cancel"); + PrintAndLogEx(INFO, "Press " _GREEN_("`pm3 button`") " to abort"); uint8_t numberOfCSNs = 0; clearCommandBuffer(); SendCommandMIX(CMD_HF_ICLASS_SIMULATE, sim_type, numberOfCSNs, 1, csn, 8); diff --git a/client/src/cmdlfem4x05.c b/client/src/cmdlfem4x05.c index 77b79b85e..7d7a2cff7 100644 --- a/client/src/cmdlfem4x05.c +++ b/client/src/cmdlfem4x05.c @@ -1698,7 +1698,7 @@ int CmdEM4x05Chk(const char *Cmd) { return PM3_ESOFT; } - PrintAndLogEx(INFO, "press " _GREEN_("") " to exit"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to exit"); for (uint32_t c = 0; c < keycount; ++c) { @@ -1955,7 +1955,7 @@ int CmdEM4x05Unlock(const char *Cmd) { PrintAndLogEx(INFO, "----------------------------------------------------------------------------\n"); PrintAndLogEx(NORMAL, ""); - PrintAndLogEx(INFO, "press " _GREEN_("'") " to exit"); + PrintAndLogEx(INFO, "Press " _GREEN_("'") " to exit"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(INFO, "--------------- " _CYAN_("start") " -----------------------\n"); diff --git a/client/src/cmdlft55xx.c b/client/src/cmdlft55xx.c index 7db520897..94734d9af 100644 --- a/client/src/cmdlft55xx.c +++ b/client/src/cmdlft55xx.c @@ -3094,7 +3094,7 @@ static int CmdT55xxChkPwds(const char *Cmd) { snprintf(filename, sizeof(filename), "t55xx_default_pwds"); } - PrintAndLogEx(INFO, "press " _GREEN_("") " to exit"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to exit"); PrintAndLogEx(NORMAL, ""); /* // block 7, page1 = false, usepwd = false, override = false, pwd = 00000000 @@ -3190,7 +3190,7 @@ static int CmdT55xxChkPwds(const char *Cmd) { return PM3_ESOFT; } - PrintAndLogEx(INFO, "press " _GREEN_("") " to exit"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to exit"); for (uint32_t c = 0; c < keycount && found == false; ++c) { @@ -3304,7 +3304,7 @@ static int CmdT55xxBruteForce(const char *Cmd) { return PM3_EINVARG; } - PrintAndLogEx(INFO, "press " _GREEN_("") " to exit"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to exit"); PrintAndLogEx(INFO, "Search password range [%08X -> %08X]", start_password, end_password); uint64_t t1 = msclock(); @@ -3415,7 +3415,7 @@ static int CmdT55xxRecoverPW(const char *Cmd) { else if (r3) downlink_mode = ref1of4; - PrintAndLogEx(INFO, "press " _GREEN_("") " to exit"); + PrintAndLogEx(INFO, "Press " _GREEN_("") " to exit"); int bit = 0; uint32_t curr_password = 0x0;