From d34d42b0b85133be567758e718fc6f39192a5ff4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 6 Dec 2017 21:58:08 +0100 Subject: [PATCH] textual --- client/mifarehost.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/mifarehost.c b/client/mifarehost.c index ad3008098..875d5c28d 100644 --- a/client/mifarehost.c +++ b/client/mifarehost.c @@ -20,10 +20,10 @@ int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key) { UsbCommand c = {CMD_READER_MIFARE, {true, blockno, key_type}}; // message - printf("-------------------------------------------------------------------------\n"); + printf("----------------------------------------------------------------------------\n"); printf("Executing command. Expected execution time: 25sec on average\n"); printf("Press pm3-button on the proxmark3 device to abort both proxmark3 and client.\n"); - printf("-------------------------------------------------------------------------\n"); + printf("----------------------------------------------------------------------------\n"); while (true) { clearCommandBuffer(); @@ -58,7 +58,8 @@ int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key) { break; } } - + printf("\n"); + if (par_list == 0 && c.arg[0] == true) { PrintAndLog("Parity is all zero. Most likely this card sends NACK on every failed authentication."); PrintAndLog("Attack will take a few seconds longer because we need two consecutive successful runs.");