From 1c5d040ceb31a3ae11ed1cf80a9fe864bdacb8f3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 5 Sep 2017 10:34:31 +0200 Subject: [PATCH] chg: 'hf 15 findafi' - informativ message --- client/cmdhf15.c | 2 ++ client/mifarehost.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 846cf88f2..6800a36f8 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -612,6 +612,8 @@ int CmdHF15Sim(const char *Cmd) { int CmdHF15Afi(const char *Cmd) { char cmdp = param_getchar(Cmd, 0); if (cmdp == 'h' || cmdp == 'H') return usage_15_findafi(); + + PrintAndLog("press pm3-button to cancel"); UsbCommand c = {CMD_ISO_15693_FIND_AFI, {strtol(Cmd, NULL, 0), 0, 0}}; clearCommandBuffer(); diff --git a/client/mifarehost.c b/client/mifarehost.c index dcb1f8e27..09d73a412 100644 --- a/client/mifarehost.c +++ b/client/mifarehost.c @@ -95,7 +95,7 @@ int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key) // message printf("-------------------------------------------------------------------------\n"); printf("Executing command. Expected execution time: 25sec on average\n"); - printf("Press button on the proxmark3 device to abort both proxmark3 and client.\n"); + printf("Press pm3-button on the proxmark3 device to abort both proxmark3 and client.\n"); printf("-------------------------------------------------------------------------\n");